gtk/testsuite/reftests/css-match-descendant-later.css
2013-05-15 15:37:17 +02:00

12 lines
152 B
CSS

GtkEventBox {
background-color: blue
}
GtkGrid GtkEventBox {
background-color: red
}
GtkWindow > GtkGrid GtkEventBox {
background-color: blue
}