gtk/tests/reftests/css-match-regions.css
Benjamin Otte e93a3e7d6d reftests: Fix css-match-regions tests
Make it conform to the current behavior - that is, we allow selectors
for regions multiple times in a row.
2012-03-07 04:50:33 +01:00

18 lines
184 B
CSS

@import "reset-to-defaults.css";
* {
color: blue;
}
.notebook tab GtkLabel {
color: blue
}
.notebook tab tab GtkLabel {
color: red
}
/* for reference */
#red {
color: red
}