check-radio.css 328 B

1234567891011121314151617
  1. /*******************
  2. * check and radio *
  3. *******************/
  4. .check,
  5. .radio,
  6. .check:insensitive,
  7. .radio:insensitive {
  8. border-style: none;
  9. background-color: transparent;
  10. }
  11. GtkCheckButton:hover,
  12. GtkCheckButton:active:hover,
  13. GtkCheckButton:selected,
  14. GtkCheckButton:selected:focus {
  15. background-color: transparent;
  16. }