Last active
November 12, 2019 06:10
-
-
Save geeknik/2b48e560ebe57cf14228390472c1ed96 to your computer and use it in GitHub Desktop.
Safety orange active tab for Firefox Nightly
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
.tab-background { | |
background-attachment: none!important; | |
background-color: none!important; | |
background-image: none!important; | |
} | |
.tab-background[selected="true"] { | |
background-attachment: none!important; | |
background-color: #ff9000!important; | |
background-image: none!important; | |
} | |
#TabsToolbar .tabbrowser-tab[selected] { | |
color: black !important; | |
font-weight: bold !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment