Learning_GTK4_tree/testsuite/css/style/adjacent-states.css
2023-12-12 11:36:42 +01:00

7 lines
86 B
CSS

checkbutton:checked + label {
color: red;
}
checkbutton + label {
color: blue;
}