mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-17 07:30:09 +00:00
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;
|
||
|
}
|