Fixed gedit sidebar issue

This commit is contained in:
Philip Abernethy 2015-04-06 15:10:47 +02:00
parent 8c32468195
commit 3658155624
1 changed files with 5 additions and 5 deletions

View File

@ -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;
}
}