Created
July 6, 2016 16:05
-
-
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.
This file contains 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
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