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

8 lines
86 B
CSS
Raw Normal View History

2023-12-12 11:36:42 +01:00
checkbutton:checked + label {
color: red;
}
checkbutton + label {
color: blue;
}