forked from AuroraMiddleware/gtk
ef51b5be76
Tests shadows work properly for rotated labels
9 lines
89 B
CSS
9 lines
89 B
CSS
GtkLabel {
|
|
engine: none;
|
|
text-shadow: 1 1 red;
|
|
}
|
|
|
|
.no-shadow {
|
|
text-shadow: none
|
|
}
|