gtk/tests/reftests/css-match-class.css

16 lines
213 B
CSS
Raw Normal View History

.window {
engine: none;
background-image: none;
background-color: green;
border-radius: 0;
border-style: none;
}
.notwindow {
background-color: red;
}
.window.notwindow {
background-color: blue;
}