Skip to content

Instantly share code, notes, and snippets.

@protolambda
Created July 6, 2016 16:05
Show Gist options
  • Save protolambda/549ceb7a85ecc7bc83ddd8265467adb1 to your computer and use it in GitHub Desktop.
Save protolambda/549ceb7a85ecc7bc83ddd8265467adb1 to your computer and use it in GitHub Desktop.
Dark GTK themes mess up some poorly styled webpages; fix that with a Stylish usertheme.
input:not(.urlbar-input):not(.textbox-input) {
-moz-appearance: none !important;
background-color: white;
color: black;
}
#downloads-indicator-counter {
color: white;
}
select {
-moz-appearance: none !important;
background-color: white;
color: black;
}
textarea {
-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