visualizers.selection {
  background: none;
  background-color: alpha(@theme_selected_bg_color, 0.35);
  border: 1px solid @theme_selected_bg_color;
}
visualizers.selection:backdrop {
  background: none;
  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);
}
