diff options
author | raveit65 <[email protected]> | 2016-03-12 15:14:53 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-12 15:15:24 +0100 |
commit | f53a25a79340b03811beba401af773f394e22f1a (patch) | |
tree | 8addcc9ebe80117d57437f4327bce923c8042b21 /desktop-themes/ContrastHigh | |
parent | 1ad3f0a16e9662ce06addf156e25de03053d843a (diff) | |
download | mate-themes-f53a25a79340b03811beba401af773f394e22f1a.tar.bz2 mate-themes-f53a25a79340b03811beba401af773f394e22f1a.tar.xz |
GTK+-3.20 high contrast: fix directory of panel-grid.svg
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css index e987e41b..095a8a84 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css @@ -119,7 +119,7 @@ PanelSeparator { /* the grid left from wnckpager and wncktasklist */ MatePanelAppletFrameDBus { - background-image: -gtk-scaled(url("assets/panel-grid.svg")); + background-image: -gtk-scaled(url("panel-grid.svg")); background-color: transparent; background-repeat: no-repeat; background-position: left; |