mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +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;
|
|
}
|
|
}
|
|
} |