mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-20 03:16:05 -07:00
18 lines
328 B
CSS
18 lines
328 B
CSS
/*******************
|
|
* 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;
|
|
}
|