mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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);
|
||||
border: none;
|
||||
}
|
||||
visualizers list row:not(:first-child) {
|
||||
border-top: 1px solid alpha(@borders, 0.4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user