gtk/testsuite/reftests/label-shadows.css
2013-05-15 15:37:17 +02:00

9 lines
93 B
CSS

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