summaryrefslogtreecommitdiff
path: root/tests/reftests/label-shadows.css
blob: 28e8840cc94ef2bc2888a41d66bd813d28ccda1a (plain)
1
2
3
4
5
6
7
8
GtkLabel {
  engine: none;
  text-shadow: 1 1 red;
}

.no-shadow {
  text-shadow: none
}