mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
12 lines
152 B
CSS
12 lines
152 B
CSS
|
GtkEventBox {
|
||
|
background-color: blue
|
||
|
}
|
||
|
|
||
|
GtkGrid GtkEventBox {
|
||
|
background-color: red
|
||
|
}
|
||
|
|
||
|
GtkWindow > GtkGrid GtkEventBox {
|
||
|
background-color: blue
|
||
|
}
|