Skip to content

Instantly share code, notes, and snippets.

@aaronpmiller
Created May 12, 2016 15:58
Show Gist options
  • Save aaronpmiller/40db7760ee2ed2add354a90d99d1eabc to your computer and use it in GitHub Desktop.
Save aaronpmiller/40db7760ee2ed2add354a90d99d1eabc to your computer and use it in GitHub Desktop.
Windows 10 color Firefox 38 userChrome active window inactive tab label white
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.tabbrowser-tab:not([selected=true]) .tab-label { color: white !important; }
.tabbrowser-tab:-moz-window-inactive .tab-label { color: black !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment