From c1d9cd3c22c58ce4a746f2718702c58c517a4c42 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 7 Dec 2018 22:23:55 +0300 Subject: lighter display for checkboxes on headlines frame to fit better with marked/pub icons (2) --- themes/night.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/night.css b/themes/night.css index bc8596a33..b367ddd09 100644 --- a/themes/night.css +++ b/themes/night.css @@ -679,10 +679,10 @@ body.ttrss_main #headlines-frame { } body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked) { background: transparent; - opacity: 0.7; + opacity: 0.9; } body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked)::before { - color: #555555; + color: #888888; } body.ttrss_main #headlines-frame div.feed-title { border: 0px solid #257aa7; -- cgit v1.2.3