Fix pane-separator style

pull/94/merge
Satyajit Sahoo 2014-02-19 00:32:05 +05:30
parent ca49cbbb5d
commit 9e2dd88475
1 changed files with 9 additions and 8 deletions

View File

@ -203,9 +203,18 @@
background-repeat: no-repeat; background-repeat: no-repeat;
} }
GtkIconView.content-view.cell.check {
background-image: url("assets/grid-selection-unchecked.svg");
}
GtkIconView.content-view.cell.check:active {
background-image: url("assets/grid-selection-checked.svg");
}
/****************** /******************
* pane separator * * pane separator *
******************/ ******************/
.pane-separator,
.pane-separator.horizontal { .pane-separator.horizontal {
background-image: linear-gradient(to bottom, background-image: linear-gradient(to bottom,
shade(@theme_bg_color, 0.8) 0%, shade(@theme_bg_color, 0.8) 0%,
@ -243,11 +252,3 @@
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center center; background-position: center center;
} }
GtkIconView.content-view.cell.check {
background-image: url("assets/grid-selection-unchecked.svg");
}
GtkIconView.content-view.cell.check:active {
background-image: url("assets/grid-selection-checked.svg");
}