mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 06:40:08 +00:00
9 lines
89 B
CSS
9 lines
89 B
CSS
|
GtkLabel {
|
||
|
engine: none;
|
||
|
text-shadow: 1 1 red;
|
||
|
}
|
||
|
|
||
|
.no-shadow {
|
||
|
text-shadow: none
|
||
|
}
|