]> Pileus Git - ~andy/gtk/blob - tests/reftests/background-color-transparent.css
stylecontext: Do invalidation on first resize container
[~andy/gtk] / tests / reftests / background-color-transparent.css
1 * { background-image: none; background-color: purple; }
2 GtkButton { background-color: blue; }
3 .transparent { background-color: transparent; }
4 .reference { background-color: purple; }