gtk/tests/reftests/css-match-regions.css
2012-03-07 03:30:12 +01:00

22 lines
209 B
CSS

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