mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
ef51b5be76
Tests shadows work properly for rotated labels
9 lines
89 B
CSS
9 lines
89 B
CSS
GtkLabel {
|
|
engine: none;
|
|
text-shadow: 1 1 red;
|
|
}
|
|
|
|
.no-shadow {
|
|
text-shadow: none
|
|
}
|