Files
gtk3/tests/reftests/css-match-regions.css
2011-05-18 22:17:56 +02:00

20 lines
175 B
CSS

* {
color: blue;
}
.notebook tab GtkLabel {
color: blue
}
.notebook tab tab GtkLabel {
color: red
}
/* for reference */
#blue {
color: blue
}
#red {
color: red
}