mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 20:02:10 +02:00
update
This commit is contained in:
22
home/system/gtk/theme/gtk-3.0/widgets/check-radio.css
Normal file
22
home/system/gtk/theme/gtk-3.0/widgets/check-radio.css
Normal file
@@ -0,0 +1,22 @@
|
||||
/*******************
|
||||
* check and radio *
|
||||
*******************/
|
||||
.check,
|
||||
.radio,
|
||||
.check:insensitive,
|
||||
.radio:insensitive {
|
||||
|
||||
}
|
||||
|
||||
.check {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
GtkCheckButton:hover,
|
||||
GtkCheckButton:active:hover,
|
||||
GtkCheckButton:selected,
|
||||
GtkCheckButton:selected:focus {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user