mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 10:50:08 +00:00
13 lines
189 B
Plaintext
13 lines
189 B
Plaintext
|
opacity {
|
||
|
opacity: 0.4;
|
||
|
child: container {
|
||
|
color {
|
||
|
color: blue;
|
||
|
bounds: 0 0 100 100;
|
||
|
}
|
||
|
color {
|
||
|
color: red;
|
||
|
bounds: 50 50 100 100;
|
||
|
}
|
||
|
}
|
||
|
}
|