From f3e6e12d46da27f99aa23d86298712f339f717cb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 5 Dec 2018 16:48:29 +0300 Subject: various minor updates re: icons --- themes/night.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'themes/night.css') diff --git a/themes/night.css b/themes/night.css index 27f3af758..83a5a35c8 100644 --- a/themes/night.css +++ b/themes/night.css @@ -416,7 +416,6 @@ body.ttrss_main span.hlLabelRef { body.ttrss_main i.marked-pic, body.ttrss_main i.pub-pic { cursor: pointer; - color: #ccc; } body.ttrss_main div.tagCloudContainer { background: white; @@ -1574,6 +1573,10 @@ body.ttrss_prefs hr { float: right; margin-right: 1em; } +.flat .dijitTree .labelParam.filterDisabled, +.flat .dijitTree .dijitTreeLabel.filterDisabled { + text-decoration: line-through; +} .flat .dijitTree .feedParam { color: #555555; float: right; @@ -1944,6 +1947,7 @@ body.ttrss_zoom div.post div.content pre { /* Preferred icon size */ display: inline-block; line-height: 1; + color: #ccc; text-transform: none; letter-spacing: normal; word-wrap: normal; -- cgit v1.2.3