This repository has been archived on 2024-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
gtk-nova-theme/gtk-3.0/widgets/check-radio.css
2021-01-07 18:44:37 +00:00

18 lines
328 B
CSS
Executable File

/*******************
* check and radio *
*******************/
.check,
.radio,
.check:insensitive,
.radio:insensitive {
border-style: none;
background-color: transparent;
}
GtkCheckButton:hover,
GtkCheckButton:active:hover,
GtkCheckButton:selected,
GtkCheckButton:selected:focus {
background-color: transparent;
}