Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. ~/.mozilla/firefox/9djl18p2.default/chrome/userContent.css
  2.  
  3. input {
  4. border: 2px inset white;
  5. background-color: white;
  6. color: black;
  7. -moz-appearance: none !important;
  8. }
  9. textarea {
  10. border: 2px inset white;
  11. background-color: white;
  12. color: black;
  13. -moz-appearance: none !important;
  14. }
  15. select {
  16. border: 2px inset white;
  17. background-color: white;
  18. color: black;
  19. -moz-appearance: none !important;
  20. }
  21. input[type="radio"],
  22. input[type="checkbox"] {
  23. border: 2px inset white ! important;
  24. background-color: white ! important;
  25. color: ThreeDFace ! important;
  26. -moz-appearance: none !important;
  27. }
  28. *|*::-moz-radio {
  29. background-color: white;
  30. -moz-appearance: none !important;
  31. }
  32. button,
  33. input[type="reset"],
  34. input[type="button"],
  35. input[type="submit"] {
  36. border: 2px outset white;
  37. background-color: #eeeeee;
  38. color: black;
  39. -moz-appearance: none !important;
  40. }
  41. body {
  42. background-color: white;
  43. color: black;
  44. display: block;
  45. margin: 8px;
  46. -moz-appearance: none !important;
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement