gtk2/testsuite/reftests/css-match-class.css

17 lines
235 B
CSS
Raw Normal View History

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