Initial commit
This commit is contained in:
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