Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.32 KB | None | 0 0
  1. input:not(.urlbar-input):not(.textbox-input):not(.form-control):not([type='checkbox']) {
  2.     background-color: white;
  3.     color: black;
  4. }
  5.  
  6. #downloads-indicator-counter {
  7.     color: white;
  8. }
  9.  
  10. textarea {
  11.     background-color: white;
  12.     color: black;
  13. }
  14.  
  15. select {
  16.     background-color: white;
  17.     color: black;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement