mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
1c971c595f
Not for opaque contents, but stuff can be semi-transparent. Testcase included.
8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
shadow {
|
|
shadows: rgb(255,0,0) 0 0;
|
|
child: color {
|
|
bounds: 0 0 50 50;
|
|
color: rgba(0,0,255,0.6);
|
|
}
|
|
}
|