Created
October 23, 2017 15:34
-
-
Save anonymous/34b9b846671c2abdbeb150e16e4cef5f to your computer and use it in GitHub Desktop.
This file contains 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
/* Tab bar customization */ | |
:root:-moz-lwtheme-brighttext { | |
--chrome-background-color: #424242 !important; | |
--chrome-color: #8f8f8f !important; | |
--chrome-secondary-background-color: #363636 !important; | |
--toolbox-border-bottom-color: #2e2e2e !important; | |
} | |
.tabbrowser-tab[visuallyselected="true"]:-moz-lwtheme { | |
color: #dddddd !important; | |
} | |
/* Fixing tabGroups menu */ | |
#tabGroups-tabview-button .toolbarbutton-text { | |
max-height: inherit !important; | |
} | |
toolbar { | |
min-height: 37px !important; | |
} | |
toolbar .toolbarbutton-1 { | |
padding: 3px 2px !important; | |
} | |
/* Container tab borders */ | |
[data-identity-color="blue"] { | |
--identity-tab-color: #7193F7 !important; | |
--identity-icon-color: #7193F7 !important; | |
} | |
[data-identity-color="green"] { | |
--identity-tab-color: #71F78A !important; | |
--identity-icon-color: #71F78A !important; | |
} | |
[data-identity-color="orange"] { | |
--identity-tab-color: #F2DE73 !important; | |
--identity-icon-color: #F2DE73 !important; | |
} | |
[data-identity-color="pink"] { | |
--identity-tab-color: #F771E7 !important; | |
--identity-icon-color: #F771E7 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refer https://gist.github.com/dumindu/dabf0c0d436ab68f6684999ebef0a0d1 for the latest code.