switch.css 589 B

12345678910111213141516171819202122232425262728293031
  1. /*************
  2. * GtkSwitch *
  3. *************/
  4. GtkSwitch {
  5. -GtkSwitch-slider-width: 30;
  6. border: none;
  7. font: 1;
  8. }
  9. GtkSwitch.trough {
  10. background-color: transparent;
  11. background-repeat: no-repeat;
  12. background-position: 0 center;
  13. border-color: transparent;
  14. border-image: none;
  15. border-style: none;
  16. color: transparent;
  17. box-shadow: none;
  18. text-shadow: none;
  19. }
  20. GtkSwitch.trough:active {
  21. background-color: transparent;
  22. }
  23. GtkSwitch.slider {
  24. background-repeat: no-repeat;
  25. background-position: 0 center;
  26. background-color: transparent;
  27. }