Skip to content

Instantly share code, notes, and snippets.

@geeknik
Last active November 12, 2019 06:10
Show Gist options
  • Save geeknik/2b48e560ebe57cf14228390472c1ed96 to your computer and use it in GitHub Desktop.
Save geeknik/2b48e560ebe57cf14228390472c1ed96 to your computer and use it in GitHub Desktop.
Safety orange active tab for Firefox Nightly
.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