visualizer-ticks: adjust ticks opacity

We can lighten the ticks a bit here and still be theme agnostic.
This commit is contained in:
Christian Hergert
2016-09-27 18:32:13 -07:00
parent 21ed742215
commit 5a5bf1900f

View File

@ -24,3 +24,7 @@ list.visualizers row:backdrop,
list.visualizers row:last-child {
border-bottom: none;
}
ticks {
color: alpha(@theme_fg_color, 0.4);
}