elenapan/firefox/MaterialFox/chrome/userContent.css
elena 89f83008b8 uploaded firefox theme, compton and ncmpcpp config
Former-commit-id: 87d6945810
Former-commit-id: 3d70311e87bc03301e74e37a3843da97990beef9
Former-commit-id: 0813a1a42c92def48887b30dc25682ee34783cd2
Former-commit-id: b6c2d992625fd201c37d81fa812a6ad489e7db0b
2018-09-28 16:43:17 +03:00

21 lines
526 B
CSS

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