mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user