Merge pull request #129 from Chais/master

Issue #128 - Fixed gedit sidebar issue
This commit is contained in:
Sam Hewitt 2015-04-06 09:20:51 -04:00
commit c75ed8dad8
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;
}
}