gtk2/testsuite/reftests/css-match-regions.css
2013-05-15 15:37:17 +02:00

19 lines
262 B
CSS

@import "reset-to-defaults.css";
* {
-GtkNotebook-tab-overlap: 0; /* work around a notebook tab rendering bug */
color: blue;
}
.notebook tab GtkLabel {
color: blue
}
.notebook tab tab GtkLabel {
color: red
}
/* for reference */
#red {
color: red
}