gtk/tests/reftests/css-match-regions.css

22 lines
209 B
CSS
Raw Normal View History

2012-02-06 20:43:47 +00:00
@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
}