gtk2/tests/reftests/css-match-class.css
Benjamin Otte 15570dd63d reftests: Turns out, green changed color
What used to be "green" is now "lime"
2012-11-14 01:55:28 +01:00

18 lines
251 B
CSS

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