mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
13 lines
149 B
CSS
13 lines
149 B
CSS
|
constraintview {
|
||
|
background: black;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
constraintview .child {
|
||
|
background: red;
|
||
|
}
|
||
|
|
||
|
constraintview .guide {
|
||
|
background: blue;
|
||
|
}
|