gtk/demos/constraint-editor/constraint-editor.css

13 lines
149 B
CSS
Raw Normal View History

constraintview {
background: black;
color: white;
}
constraintview .child {
background: red;
}
constraintview .guide {
background: blue;
}