Last active
December 15, 2017 13:18
-
-
Save dumindu/a44bf2211fe71b799f6e98b9cb1ebf76 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* userChrome.css */ | |
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
:root:-moz-lwtheme-brighttext { | |
--chrome-background-color: #555555 !important; | |
--chrome-color: #999999 !important; | |
--chrome-secondary-background-color: #444444 !important; | |
--toolbox-border-bottom-color: #424242 !important; | |
--url-and-searchbar-border-color: #424242 !important; | |
--focus-ring-box-shadow: #333333 !important; | |
} | |
#urlbar[focused="true"], .searchbar-textbox[focused="true"] { | |
border-color: #525252 !important; | |
} | |
.browserContainer { | |
background-color: #555555 !important; | |
} | |
:root:-moz-lwtheme { | |
--tab-line-color: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.