mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +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
|
||
|
}
|