firefox_input_field_background
This is an old revision of the document!
in ~/.mozilla/firefox/xxxxxxxx.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;
}
firefox_input_field_background.1485862593.txt.gz · Last modified: (external edit)
