Grr, complete the test removal removals

This commit is contained in:
Benjamin Otte 2012-03-07 03:30:12 +01:00
parent e4a5df592b
commit c6e25c6326
3 changed files with 33 additions and 0 deletions

View File

@ -105,8 +105,10 @@ EXTRA_DIST += \
css-match-name.css \ css-match-name.css \
css-match-name.ref.ui \ css-match-name.ref.ui \
css-match-name.ui \ css-match-name.ui \
css-match-region-matches-star.css \
css-match-region-matches-star.ui \ css-match-region-matches-star.ui \
css-match-region-matches-star.ref.ui \ css-match-region-matches-star.ref.ui \
css-match-regions.css \
css-match-regions.ref.ui \ css-match-regions.ref.ui \
css-match-regions.ui \ css-match-regions.ui \
css-match-siblings.css \ css-match-siblings.css \

View File

@ -0,0 +1,10 @@
@import "reset-to-defaults.css";
GtkNotebook * GtkLabel {
color: blue
}
/* for reference */
#blue {
color: blue
}

View File

@ -0,0 +1,21 @@
@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
}