Files
gtk/demos/constraint-editor/constraint-editor.css
Matthias Clasen a5a6e90105 constraint editor: Better guide visualization
Replace the frame with a custom widget to avoid
interference from the frames own min size.
2019-07-02 21:46:38 +00:00

14 lines
175 B
CSS

constraintview {
background: black;
color: white;
}
constraintview .child {
background: red;
}
constraintview guide {
background: blue;
border: 1px solid white;
}