Added assets for pane-handle

This commit is contained in:
Satyajit Sahoo
2013-09-10 23:09:28 +05:30
parent dd503a697a
commit bd8098f6f3
5 changed files with 312 additions and 0 deletions
+15
View File
@@ -120,3 +120,18 @@ GtkIconView.content-view.cell.check {
GtkIconView.content-view.cell.check:active {
background-image: url("assets/grid-selection-checked.svg");
}
/******************
* pane separator *
******************/
.pane-separator.horizontal {
background-image: url("assets/pane-handle.svg");
background-repeat: no-repeat;
background-position: center center;
}
.pane-separator.vertical {
background-image: url("assets/pane-handle-vertical.svg");
background-repeat: no-repeat;
background-position: center center;
}