Initial commit
This commit is contained in:
4
install
Executable file
4
install
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
install -Dm644 userChrome.css \
|
||||
"/usr/lib/firefox/browser/defaults/preferences/chrome/userChrome.css"
|
14
userChrome.css
Normal file
14
userChrome.css
Normal file
@ -0,0 +1,14 @@
|
||||
:root {
|
||||
--panel-separator-color: transparent !important;
|
||||
--urlbar-separator-color: ThreeDFace !important;
|
||||
--chrome-content-separator-color: unset !important;
|
||||
}
|
||||
|
||||
#tabbrowser-tabs {
|
||||
--tab-line-color: transparent !important;
|
||||
--tab-loading-fill: #9059ff !important;
|
||||
}
|
||||
|
||||
#urlbar:not(:-moz-lwtheme):not([focused="true"]) > #urlbar-background, #searchbar:not(:-moz-lwtheme):not(:focus-within) {
|
||||
border-color: ThreeDFace !important;
|
||||
}
|
Reference in New Issue
Block a user