]> Pileus Git - ~andy/gtk/blob - tests/reftests/css-match-class.css
stylecontext: Do invalidation on first resize container
[~andy/gtk] / tests / reftests / css-match-class.css
1 @import url("reset-to-defaults.css");
2
3 .window {
4   engine: none;
5   background-image: none;
6   background-color: lime;
7   border-radius: 0;
8   border-style: none;
9 }
10
11 .notwindow {
12   background-color: red;
13 }
14
15 .window.notwindow {
16   background-color: blue;
17 }