forked from AuroraMiddleware/gtk
514de0b91a
This is an initial cut at providing a tool for interactive exploration of constraints.
13 lines
149 B
CSS
13 lines
149 B
CSS
constraintview {
|
|
background: black;
|
|
color: white;
|
|
}
|
|
|
|
constraintview .child {
|
|
background: red;
|
|
}
|
|
|
|
constraintview .guide {
|
|
background: blue;
|
|
}
|