elenapan/firefox/userContent.css
elena 8871bef77c updated styles for FF57
Former-commit-id: e39b683266
Former-commit-id: daf7c7d2219ff70f8e1298ea5bb0d1d9b65107ab
Former-commit-id: a8c6a23e37b5b43b2d63356c97c9a8f68af977e3
2017-11-27 06:23:24 +02:00

21 lines
No EOL
493 B
CSS

@-moz-document url("about:newtab") {
body {
background-color: #0E0115 !important;
}
}
@-moz-document url(about:blank) {
html,body { background: #0E0115 !important; }
}
/*fix dark text on dark inputbox*/
input:not(.urlbar-input):not(.textbox-input):not(.form-control):not([type='checkbox']):not([type='radio']), textarea, select {
-moz-appearance: none !important;
background-color: white;
color: black;
}
#downloads-indicator-counter {
color: white;
}