From e6109d509b81300fe545e99ca34cd6ffcfb75abb Mon Sep 17 00:00:00 2001 From: tophf Date: Thu, 30 Nov 2017 00:14:17 +0300 Subject: [PATCH] increase opacity on disabled entries to restore readability followup to 56fb1c2f --- manage/manage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage/manage.css b/manage/manage.css index 45c50182..2d112ad6 100644 --- a/manage/manage.css +++ b/manage/manage.css @@ -222,7 +222,7 @@ label.nobreak input { .disabled h2::after, .disabled .actions, .disabled .applies-to { - opacity: 0.5; + opacity: 0.6; font-weight: normal; transition: opacity .5s .1s; }