From 1337d992c12c278b3d6680c1f7cffada36cc5006 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 7 Dec 2018 11:57:26 +0300 Subject: night.css: lower brightness of unchecked checkboxes --- themes/night.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'themes/night.css') diff --git a/themes/night.css b/themes/night.css index 0f3fe1549..91901d064 100644 --- a/themes/night.css +++ b/themes/night.css @@ -1983,6 +1983,9 @@ body.flat.ttrss_main #content-insert .post .header { background: #222222; border-color: #222222; } +body.flat.ttrss_main .dijitCheckBox:not(.dijitChecked)::before { + color: #999999; +} body.flat.ttrss_main .insensitive { color: #999999; } -- cgit v1.2.3