elenapan/firefox/userContent.css
elena dd677bde98 massive config and scripts update
Former-commit-id: 46c2bf7d26
Former-commit-id: ec0b4e689f3f8e97d837848929a1a6a9e45f779b
Former-commit-id: 19f055447f5fd666a270a51cf98b05d70716e826
2018-01-21 14:19:40 +02:00

21 lines
No EOL
493 B
CSS

@-moz-document url("about:newtab") {
body {
background-color: #0C0310 !important;
}
}
@-moz-document url(about:blank) {
html,body { background: #0C0310 !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;
}