gtk/tests/reftests/css-match-class.css
Cosimo Cecchi d61a84bb3a reftests: add a bunch of missing reset-to-defaults
Fix the css-match-* reftests.
2012-02-01 17:59:27 -05:00

18 lines
252 B
CSS

@import url("reset-to-defaults.css");
.window {
engine: none;
background-image: none;
background-color: green;
border-radius: 0;
border-style: none;
}
.notwindow {
background-color: red;
}
.window.notwindow {
background-color: blue;
}