diff options
author | lukefromdc <[email protected]> | 2017-03-15 15:28:47 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-22 07:43:33 +0100 |
commit | 54926a1441a624e9c709f95798a7520b98463746 (patch) | |
tree | 70f51d426a8f4eb517e82d7d896361c266cdac08 | |
parent | 418a3d49d56c2ea0da077c4442974554bdf4ac08 (diff) | |
download | mate-themes-54926a1441a624e9c709f95798a7520b98463746.tar.bz2 mate-themes-54926a1441a624e9c709f95798a7520b98463746.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.css | 2 |
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, |