From 3658155624e3c9f3e84be48597aca3d413ad57c9 Mon Sep 17 00:00:00 2001 From: Philip Abernethy Date: Mon, 6 Apr 2015 15:10:47 +0200 Subject: [PATCH] Fixed gedit sidebar issue --- Paper/gtk-3.0/apps/gedit.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Paper/gtk-3.0/apps/gedit.css b/Paper/gtk-3.0/apps/gedit.css index 074e4c6..18e1c70 100644 --- a/Paper/gtk-3.0/apps/gedit.css +++ b/Paper/gtk-3.0/apps/gedit.css @@ -169,23 +169,23 @@ GeditFileBrowserWidget .primary-toolbar.toolbar { } GeditWindow .pane-separator { - background: url("../assets/pane-separator-grip.svg"); + background: url("../assets/scalable/pane-separator-grip.svg"); background-repeat: no-repeat; background-position: center; } GeditWindow .pane-separator:hover { - background: url("../assets/pane-separator-grip-prelight.svg"); + background: url("../assets/scalable/pane-separator-grip-prelight.svg"); background-repeat: no-repeat; background-position: center; } GeditWindow .pane-separator.vertical { - background: url("../assets/pane-separator-grip-vertical.svg"); + background: url("../assets/scalable/pane-separator-grip-vertical.svg"); } GeditWindow .pane-separator.vertical:hover { - background: url("../assets/pane-separator-grip-vertical-prelight.svg"); + background: url("../assets/scalable/pane-separator-grip-vertical-prelight.svg"); background-repeat: no-repeat; background-position: center; -} \ No newline at end of file +}