mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-07 19:30:12 +00:00
8 lines
86 B
CSS
8 lines
86 B
CSS
|
checkbutton:checked + label {
|
||
|
color: red;
|
||
|
}
|
||
|
|
||
|
checkbutton + label {
|
||
|
color: blue;
|
||
|
}
|