forked from AuroraMiddleware/gtk
8 lines
86 B
CSS
8 lines
86 B
CSS
|
checkbutton:checked + label {
|
||
|
color: red;
|
||
|
}
|
||
|
|
||
|
checkbutton + label {
|
||
|
color: blue;
|
||
|
}
|