Skip to content

Commit 0df002a

Browse files
committed
Update to latest Gtk.CSS conventions
1 parent c3762f2 commit 0df002a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/Application.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
@define-color bg_highlight_color shade (@colorPrimary, 1.4);
2222

2323
.titlebar,
24+
.titlebar image,
2425
.background {
2526
background-color: @colorPrimary;
2627
color: #fff;
27-
icon-shadow: 0 1px 1px shade (@colorPrimary, 0.82);
28+
-gtk-icon-shadow: 0 1px 1px shade (@colorPrimary, 0.82);
2829
text-shadow: 0 1px 1px shade (@colorPrimary, 0.82);
2930
}
3031

0 commit comments

Comments
 (0)