]> Pileus Git - ~andy/gtk/blob - tests/reftests/css-match-regions.css
Remove broken css-match-region-matches-star reftest
[~andy/gtk] / tests / reftests / css-match-regions.css
1 @import "reset-to-defaults.css";
2
3 * {
4   color: blue;
5 }
6
7 .notebook tab GtkLabel {
8   color: blue
9 }
10 .notebook tab tab GtkLabel {
11   color: red
12 }
13
14 /* for reference */
15 #blue {
16   color: blue
17 }
18
19 #red {
20   color: red
21 }