From 36ad46e60db2e44f508b942379abd189bbb3dfa6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Mar 2021 14:57:03 +0300 Subject: * shorten_expanded: use promises instead of a timeout hack * normalize some icon colors --- themes/night.css | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'themes/night.css') diff --git a/themes/night.css b/themes/night.css index 7bc8e10e3..59cde9826 100644 --- a/themes/night.css +++ b/themes/night.css @@ -52,7 +52,7 @@ body.ttrss_main div.post div.header img, body.ttrss_main div.post div.header i.material-icons { margin: 0px 4px; vertical-align: middle; - color: #777; + color: #999; } body.ttrss_main div.post div.header .title { flex-grow: 2; @@ -227,7 +227,7 @@ body.ttrss_main .hl .right i.material-icons { font-size: 21px; } body.ttrss_main .hl .right i.material-icons { - color: #777; + color: #999; } body.ttrss_main .hl div.title { cursor: pointer; @@ -983,6 +983,11 @@ body.ttrss_main:not([view-mode="marked"])[hide-read-feeds="true"][hide-read-show body.ttrss_main:not([view-mode="marked"])[hide-read-feeds="true"][hide-read-shows-special="false"] #feeds-holder #feedTree .dijitTreeRow:not(.Unread):not(.AlwaysVisible) { display: none; } +body.ttrss_main { + /*.score-neutral i.icon-score { + opacity : 0.5; + }*/ +} body.ttrss_main #toolbar-headlines i.icon-syndicate { color: #ff7c4b; margin-right: 8px; @@ -1019,11 +1024,9 @@ body.ttrss_main .score-high i.icon-score { body.ttrss_main .score-low i.icon-score { color: #500; } -body.ttrss_main .score-neutral i.icon-score { - opacity: 0.5; -} body.ttrss_main i.icon-score { cursor: pointer; + color: #999; } body.ttrss_main .panel { border: 1px solid #222; @@ -1207,8 +1210,10 @@ body.ttrss_utility div.autocomplete ul li { video::-webkit-media-controls-overlay-play-button { display: none; } -.cdm i.material-icons { - color: #777; +.cdm { + /*i.material-icons { + color : @color-icon; + }*/ } .cdm .header { position: sticky; @@ -1270,6 +1275,9 @@ video::-webkit-media-controls-overlay-play-button { clear: both; align-items: center; } +.cdm .footer i.material-icons { + color: #999; +} .cdm .footer .left { flex-grow: 2; } -- cgit v1.2.3