Learning_GTK4_tree/testsuite/reftests/label-background.css

12 lines
156 B
CSS
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
window {
background: darkred; /* should never be seen */
}
GtkBox {
background: red; /* should also never be seen */
}
label {
background: green;
}