Started drawing check and radios with CSS instead of using assets

This commit is contained in:
Satyajit Sahoo
2014-02-17 18:59:46 +05:30
parent 495f33647a
commit 1b4771f392
2 changed files with 143 additions and 42 deletions
-15
View File
@@ -120,18 +120,3 @@ GtkIconView.content-view.cell.check {
GtkIconView.content-view.cell.check:active {
background-image: url("assets/grid-selection-checked-dark.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;
}