diff options
author | raveit65 <[email protected]> | 2016-03-12 15:14:53 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-12 15:14:53 +0100 |
commit | 57abfa761f2866d4f3cbd8d0ddb90e4b31ff27e3 (patch) | |
tree | 4c7ee3d3037474a8aa585cefb2259df78881bcba /desktop-themes | |
parent | 7a32ec08caac18ce3d6eba50b044eecc9a8327d5 (diff) | |
download | mate-themes-57abfa761f2866d4f3cbd8d0ddb90e4b31ff27e3.tar.bz2 mate-themes-57abfa761f2866d4f3cbd8d0ddb90e4b31ff27e3.tar.xz |
GTK+-3.20 high contrast: fix directory of panel-grid.svg
Diffstat (limited to 'desktop-themes')
-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; |