mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
9ae0b8ed27
Ensure we draw the full backgorund on labels, not just where test appears.
12 lines
162 B
CSS
12 lines
162 B
CSS
GtkWindow {
|
|
background: darkred; /* should never be seen */
|
|
}
|
|
|
|
GtkBox {
|
|
background: red; /* should also never be seen */
|
|
}
|
|
|
|
GtkLabel {
|
|
background: green;
|
|
}
|