reftests: Make label-sizing tests use better CSS

ow that labels can have backgrounds, just use label backgrounds
This commit is contained in:
Benjamin Otte
2012-11-02 19:16:46 +01:00
parent 02bc589583
commit f48b30c13a

View File

@ -3,6 +3,6 @@
padding: 0;
}
GtkPaned GtkEventBox {
GtkPaned GtkLabel {
background-color: pink
}