From 09670f59dc54388f6fdfc1a2c66334f927150909 Mon Sep 17 00:00:00 2001 From: tophf Date: Fri, 21 Apr 2017 15:34:58 +0300 Subject: [PATCH] manage: adjust .update-problem colors --- manage.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manage.css b/manage.css index c890e477..f60135d8 100644 --- a/manage.css +++ b/manage.css @@ -295,7 +295,15 @@ summary { } .update-problem .check-update svg { - fill: darkred; + fill: #ef6969; +} + +.newUI .entry.update-problem:hover .check-update svg { + fill: #fd4040; +} + +.newUI .entry.update-problem:hover .check-update svg:hover { + fill: red; } .updater-icons > :not(.check-update):after {