summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2017-03-15 15:28:47 -0400
committerraveit65 <[email protected]>2017-03-22 07:43:10 +0100
commit77c755986565777a170e6e806a7a2b331b930d3b (patch)
treed2567c7daa6d113433f55d74f853c25d547a683c
parent525c76e22d9fbeacb49070488907b73a3c699292 (diff)
downloadmate-themes-77c755986565777a170e6e806a7a2b331b930d3b.tar.bz2
mate-themes-77c755986565777a170e6e806a7a2b331b930d3b.tar.xz
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
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/window-controls.css2
1 files changed, 1 insertions, 1 deletions
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,