mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-02 17:00:19 +00:00
12 lines
119 B
CSS
12 lines
119 B
CSS
box {
|
|
background-color: blue
|
|
}
|
|
|
|
grid box {
|
|
background-color: red
|
|
}
|
|
|
|
window > grid box {
|
|
background-color: blue
|
|
}
|