diff --git a/gtk-3.0/gtk-widgets-assets.css b/gtk-3.0/gtk-widgets-assets.css index 370de86..3e0c24a 100644 --- a/gtk-3.0/gtk-widgets-assets.css +++ b/gtk-3.0/gtk-widgets-assets.css @@ -203,9 +203,18 @@ 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.horizontal { background-image: linear-gradient(to bottom, shade(@theme_bg_color, 0.8) 0%, @@ -243,11 +252,3 @@ background-repeat: no-repeat; 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"); -}