Initial packaging to sync OBS with git/gerrit
[profile/ivi/gtk3.git] / tests / reftests / label-shadows.css
1 GtkLabel {
2   engine: none;
3   text-shadow: 1 1 red;
4 }
5
6 .no-shadow {
7   text-shadow: none
8 }