visualizer-ticks: start on minimal ticks implementation

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.
This commit is contained in:
Christian Hergert
2016-09-27 15:42:26 -07:00
parent c24306349f
commit aa21c2379f
6 changed files with 273 additions and 12 deletions

View File

@ -1,10 +1,8 @@
paned list row,
popover list row {
padding: 6px 10px 6px 10px;
border-bottom: 1px solid alpha(@borders, 0.2);
}
paned list row:last-child,
popover list row:last-child {
border-bottom: none;
}
@ -12,3 +10,7 @@ popover list row:last-child {
popover scrolledwindow {
border-top: 1px solid alpha(@borders, 0.75);
}
list.visualizers row {
border-bottom: 1px solid alpha(@borders, 0.2);
}