From 7527845f1a3c677aa9bbe627d25245739cd16295 Mon Sep 17 00:00:00 2001 From: tophf Date: Tue, 18 Apr 2017 16:18:12 +0300 Subject: [PATCH] lighten the new icons --- manage.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/manage.css b/manage.css index c14df26b..c63a0cd7 100644 --- a/manage.css +++ b/manage.css @@ -249,6 +249,18 @@ summary { display: none; } +.newUI .svg-icon { + fill: #aaa; +} + +.newUI .entry:hover .svg-icon { + fill: #666; +} + +.newUI .entry:hover .svg-icon:hover { + fill: #000; +} + .newUI .checking-update .check-update { opacity: 0; display: inline;