Created
May 12, 2016 15:58
-
-
Save aaronpmiller/40db7760ee2ed2add354a90d99d1eabc to your computer and use it in GitHub Desktop.
Windows 10 color Firefox 38 userChrome active window inactive tab label white
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
@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