summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 22:23:55 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 22:23:55 +0300
commitc1d9cd3c22c58ce4a746f2718702c58c517a4c42 (patch)
treef0a468b66a8435206a9814c591360156e9c81249 /themes
parent44820f068bc7d2b03b81db1e72eabc042c0d7757 (diff)
lighter display for checkboxes on headlines frame to fit better with marked/pub icons (2)
Diffstat (limited to 'themes')
-rw-r--r--themes/night.css4
1 files changed, 2 insertions, 2 deletions
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;