Learning_GTK4_tree/testsuite/reftests/label-shadows.css

8 lines
75 B
CSS

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