css: tweak css for visualizers

Just some style fixes that make things look better when playing
around with the paned and showing overscroll.
This commit is contained in:
Christian Hergert
2016-09-27 17:22:05 -07:00
parent f2f03259a2
commit 7aee4c428b

View File

@ -11,6 +11,16 @@ popover scrolledwindow {
border-top: 1px solid alpha(@borders, 0.75);
}
list.visualizers {
background: @theme_bg_color;
}
list.visualizers row {
background: @content_view_bg;
border-bottom: 1px solid alpha(@borders, 0.2);
}
list.visualizers row:backdrop,
list.visualizers row:last-child {
border-bottom: none;
}