gtk/testsuite/reftests/label-background.css

12 lines
162 B
CSS
Raw Normal View History

GtkWindow {
background: darkred; /* should never be seen */
}
GtkBox {
background: red; /* should also never be seen */
}
GtkLabel {
background: green;
}