forked from AuroraMiddleware/gtk
6 lines
115 B
CSS
6 lines
115 B
CSS
|
/* an example of a complex selector */
|
||
|
|
||
|
window grid > box ~ button box > checkbutton box + label {
|
||
|
color: red;
|
||
|
}
|