Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. input:not(.urlbar-input):not(.textbox-input):not(.form-control):not([type='checkbox']):not([type='radio']) {
  2. -moz-appearance: none !important;
  3. background-color: white;
  4. color: black;
  5. }
  6.  
  7. #downloads-indicator-counter {
  8. color: white;
  9. }
  10.  
  11. textarea {
  12. -moz-appearance: none !important;
  13. background-color: white;
  14. color: black;
  15. }
  16.  
  17. select {
  18. -moz-appearance: none !important;
  19. background-color: white;
  20. color: black;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement