Learning_GTK4_tree/demos/constraint-editor/constraint-editor.css

13 lines
149 B
CSS
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
constraintview {
background: black;
color: white;
}
constraintview .child {
background: red;
}
constraintview .guide {
background: blue;
}