]> Pileus Git - ~andy/gtk/blob - tests/reftests/css-match-descendant-later.css
Add gtk_icon_info_load_icon_async
[~andy/gtk] / tests / reftests / css-match-descendant-later.css
1 GtkEventBox {
2   background-color: blue
3 }
4
5 GtkGrid GtkEventBox {
6   background-color: red
7 }
8
9 GtkWindow > GtkGrid GtkEventBox {
10   background-color: blue
11 }