theme: add row separator between visualizers

This commit is contained in:
Christian Hergert
2018-05-18 16:36:37 +01:00
parent 4d6a8d8082
commit 9059b5f93a

View File

@ -8,3 +8,6 @@ visualizers.selection:backdrop {
background-color: alpha(@theme_selected_bg_color, 0.15);
border: none;
}
visualizers list row:not(:first-child) {
border-top: 1px solid alpha(@borders, 0.4);
}