Skip to content

Instantly share code, notes, and snippets.

@zinovyev
Created September 29, 2017 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zinovyev/a2370c1af8aae884dc76801a40291898 to your computer and use it in GitHub Desktop.
Save zinovyev/a2370c1af8aae884dc76801a40291898 to your computer and use it in GitHub Desktop.
UserContent for a dark FF theme (./mozilla/firefox/some-hash.default/chrome/userContent.css)
input:not(.urlbar-input):not(.textbox-input):not(.form-control):not([type='checkbox']) {
-moz-appearance: none !important;
background-color: white;
color: black;
}
#downloads-indicator-counter {
color: white;
}
textarea {
-moz-appearance: none !important;
background-color: white;
color: black;
}
select {
-moz-appearance: none !important;
background-color: white;
color: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment