mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
5bdd25627f
Properly unset theme CSS and use the right selector for the toggle buttons.
14 lines
145 B
CSS
14 lines
145 B
CSS
* {
|
|
all: unset;
|
|
}
|
|
|
|
button.toggle:checked,
|
|
#reference:disabled {
|
|
color: lime;
|
|
}
|
|
|
|
button.toggle:checked,
|
|
#reference:checked {
|
|
color: blue;
|
|
}
|