We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3762f2 commit 0df002aCopy full SHA for 0df002a
data/Application.css
@@ -21,10 +21,11 @@
21
@define-color bg_highlight_color shade (@colorPrimary, 1.4);
22
23
.titlebar,
24
+.titlebar image,
25
.background {
26
background-color: @colorPrimary;
27
color: #fff;
- icon-shadow: 0 1px 1px shade (@colorPrimary, 0.82);
28
+ -gtk-icon-shadow: 0 1px 1px shade (@colorPrimary, 0.82);
29
text-shadow: 0 1px 1px shade (@colorPrimary, 0.82);
30
}
31
0 commit comments