mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 08:20:36 +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
|
|
}
|