mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
theme: add row separator between visualizers
This commit is contained in:
@ -8,3 +8,6 @@ visualizers.selection:backdrop {
|
|||||||
background-color: alpha(@theme_selected_bg_color, 0.15);
|
background-color: alpha(@theme_selected_bg_color, 0.15);
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
visualizers list row:not(:first-child) {
|
||||||
|
border-top: 1px solid alpha(@borders, 0.4);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user