Skip to content

Instantly share code, notes, and snippets.

@fuzzykiller
Created February 9, 2017 08:45
Show Gist options
  • Save fuzzykiller/ee8fd2cab5ecb25b536013a169d7cd92 to your computer and use it in GitHub Desktop.
Save fuzzykiller/ee8fd2cab5ecb25b536013a169d7cd92 to your computer and use it in GitHub Desktop.
userChrome.css to work around Firefox bug
@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