gtk2/tests/reftests/css-match-exact.css
Benjamin Otte 8cdbebae71 reftests: Fix css-match-exact
Ensure that background-colors are always set. And import
reset-to-defaults so that there's no background image or so.
2012-02-02 03:14:02 +01:00

10 lines
105 B
CSS

@import "reset-to-defaults.css";
* {
background-color: green;
}
GtkGrid {
background-color: red;
}