mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
We need some sort of scale for content, so we will do this with an overlay for now. However, we will also want something to be able to do selections in the future. This still needs some iteration for correctness, but this sort of gets the ball rolling.
17 lines
306 B
CSS
17 lines
306 B
CSS
popover list row {
|
|
padding: 6px 10px 6px 10px;
|
|
border-bottom: 1px solid alpha(@borders, 0.2);
|
|
}
|
|
|
|
popover list row:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
popover scrolledwindow {
|
|
border-top: 1px solid alpha(@borders, 0.75);
|
|
}
|
|
|
|
list.visualizers row {
|
|
border-bottom: 1px solid alpha(@borders, 0.2);
|
|
}
|