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

18 lines
184 B
CSS
Raw Normal View History

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