From 49bf3ea2f3abc0734bb16dccc269364c280f8d1c Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Wed, 15 Mar 2017 15:28:47 -0400 Subject: Greenlaguna, GTK 3.18: fix typo causing CSD issue code did not match filename so button did not show up and drawing failure warnings resulted --- desktop-themes/GreenLaguna/gtk-3.0/window-controls.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop-themes/GreenLaguna/gtk-3.0/window-controls.css b/desktop-themes/GreenLaguna/gtk-3.0/window-controls.css index 7ab9b339..8f3cde0a 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/window-controls.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/window-controls.css @@ -53,7 +53,7 @@ .titlebar .right:dir(rtl) .titlebutton:nth-child(3):backdrop, .titlebar .left .titlebutton:nth-child(3):backdrop, .titlebar .left:dir(rtl) .titlebutton:nth-last-child(3):backdrop { - background-image: url('window-controls/unfocused.png'); + background-image: url('window-controls/unfocus.png'); } /* .titlebar .right .titlebutton:nth-last-child(3):backdrop:hover, -- cgit v1.2.1