]> Pileus Git - ~andy/gtk/blob - tests/reftests/css-match-regions.css
Work around a notebook tab rendering bug
[~andy/gtk] / tests / reftests / css-match-regions.css
1 @import "reset-to-defaults.css";
2
3 * {
4   -GtkNotebook-tab-overlap: 0; /* work around a notebook tab rendering bug */
5   color: blue;
6 }
7
8 .notebook tab GtkLabel {
9   color: blue
10 }
11 .notebook tab tab GtkLabel {
12   color: red
13 }
14
15 /* for reference */
16 #red {
17   color: red
18 }