From 5a5bf1900f3f46ba0f06a587030b48bd24b502d1 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 27 Sep 2016 18:32:13 -0700 Subject: [PATCH] visualizer-ticks: adjust ticks opacity We can lighten the ticks a bit here and still be theme agnostic. --- src/resources/theme/shared.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/resources/theme/shared.css b/src/resources/theme/shared.css index c2b807dc..b17bb157 100644 --- a/src/resources/theme/shared.css +++ b/src/resources/theme/shared.css @@ -24,3 +24,7 @@ list.visualizers row:backdrop, list.visualizers row:last-child { border-bottom: none; } + +ticks { + color: alpha(@theme_fg_color, 0.4); +}