Created
February 9, 2017 08:45
-
-
Save fuzzykiller/ee8fd2cab5ecb25b536013a169d7cd92 to your computer and use it in GitHub Desktop.
userChrome.css to work around Firefox bug
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"); | |
@namespace html url("http://www.w3.org/1999/xhtml"); | |
@-moz-document url("chrome://browser/content/browser.xul") { | |
button .button-text { | |
color: black; | |
} | |
} | |
@-moz-document url("chrome://global/content/commonDialog.xul") { | |
button .button-text { | |
color: black; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment