mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
This gets started on allowing the user to select a region. Nothing is yet responding to the changes in selection, but that can come later. Ideally, we will truncate (or mark rows invisible/insensitive) if they do not fall within the selected time region.
11 lines
281 B
CSS
11 lines
281 B
CSS
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;
|
|
}
|