diff options
author | lukefromdc <[email protected]> | 2017-03-15 15:28:47 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2017-03-15 15:28:47 -0400 |
commit | 49bf3ea2f3abc0734bb16dccc269364c280f8d1c (patch) | |
tree | 3cfa3802bb37d85471e721394acf18646d36f929 /desktop-themes | |
parent | 7067ab52f2d1803a8e7731d9de80f0d58a9ac5e4 (diff) | |
download | mate-themes-49bf3ea2f3abc0734bb16dccc269364c280f8d1c.tar.bz2 mate-themes-49bf3ea2f3abc0734bb16dccc269364c280f8d1c.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
Diffstat (limited to 'desktop-themes')
-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, |