gtk2/tests/reftests/label-shadows.css

9 lines
89 B
CSS
Raw Normal View History

GtkLabel {
engine: none;
text-shadow: 1 1 red;
}
.no-shadow {
text-shadow: none
}