Skip to content

Commit e9c9072

Browse files
committed
Do not overlay Cinnamon's desktop background ÙwÚ
1 parent 1b734aa commit e9c9072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtk-3.20/gtk.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
color: #8C8C8C;
2828
background-color: linear-gradient(to bottom, rgba(33, 33, 33, 1), rgba(26, 26, 26, 1)); }
2929

30-
30+
.nemo-desktop-window { background-image: none; } /* Do not overlay desktop's background on Cinnamon. It removes applications background gradient effect aswell though, so that's a temporary solution */
3131

3232
*:disabled {
3333
-gtk-icon-effect: dim; }

0 commit comments

Comments
 (0)