mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2025-02-24 05:09:52 -05:00
18 lines
328 B
CSS
Executable File
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;
|
|
}
|