Advertisement
Guest User

Untitled

a guest
Dec 11th, 2017
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1.  
  2. input:not(.urlbar-input):not(.textbox-input):not(.form-control):not([type='checkbox']):not([type='radio']), textarea, select {
  3. -moz-appearance: none !important;
  4. background-color: white;
  5. color: black;
  6. }
  7.  
  8. input[type="radio"],
  9. input[type="checkbox"] {
  10. border: 2px inset white ! important;
  11. background-color: white ! important;
  12. color: ThreeDFace ! important;
  13. -moz-appearance: none !important;
  14. }
  15. *|*::-moz-radio {
  16. background-color: white;
  17. -moz-appearance: none !important;
  18. }
  19.  
  20. body {
  21. background-color: white;
  22. color: black;
  23. display: block;
  24. margin: 8px;
  25. -moz-appearance: none !important;
  26. }
  27.  
  28. #downloads-indicator-counter {
  29. color: white;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement