Skip to content

Commit c00c1e9

Browse files
DisplayWidget: Fix text-shadow for children (#407)
Co-authored-by: Leonardo Lemos <[email protected]>
1 parent 71a7446 commit c00c1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/Display.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
display-widget {
22
border-radius: 3px;
33
padding: 6px;
4-
text-shadow: 0 1px 1px alpha(white, 0.1);
54
-gtk-icon-shadow: 0 1px 1px alpha(white, 0.1);
65
}
76

87
display-widget > grid > label {
8+
text-shadow: 0 1px 1px alpha(white, 0.1);
99
font-weight: 600;
1010
}
1111

0 commit comments

Comments
 (0)