From 1369124fe02c5ae1fad4837c6b1e5663715af40d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 7 Dec 2018 20:50:03 +0300 Subject: dijitcheckbox: don't remove borders, set tiny margin --- themes/night.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'themes/night.css') diff --git a/themes/night.css b/themes/night.css index 85d78dafd..413005a84 100644 --- a/themes/night.css +++ b/themes/night.css @@ -1744,7 +1744,7 @@ body#sharepopup input { padding: 0px; } .flat .dijitCheckBox { - border: 0px; + margin: 1px; } .flat .dijitCheckBox:before { font-family: "flat-icon"; @@ -1941,6 +1941,7 @@ body.flat.ttrss_main #content-insert .post .header { } body.flat.ttrss_main .dijitCheckBox:not(.dijitChecked)::before { color: #999999; + background: #222222; } body.flat.ttrss_main .insensitive { color: #999999; -- cgit v1.2.3