Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit ca33da6

Browse files
Fix deprecation about icon-shadow property
1 parent d9d3791 commit ca33da6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/style/window.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
.main-window.background {
1616
background-color: @colorPrimary;
1717
color: #fff;
18-
icon-shadow: 0 1px 1px shade (@colorPrimary, 0.82);
18+
-gtk-icon-shadow: 0 1px 1px shade (@colorPrimary, 0.82);
1919
text-shadow: 0 1px 1px shade (@colorPrimary, 0.82);
2020
}
2121

2222
.main-window .titlebar .title {
2323
color: #fff;
2424
font-size: 12px;
2525
text-shadow: none;
26-
icon-shadow: none;
26+
-gtk-icon-shadow: none;
2727
}
2828

2929
.main-window .titlebar image {

0 commit comments

Comments
 (0)