Learning_GTK4_tree/testsuite/css/style/adjacent-states.css

8 lines
86 B
CSS

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