From e5dfc20939a74674fb01fa4688c7dbe1800bc22d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 7 Dec 2018 12:36:36 +0300 Subject: night.css: update row themes to fit together a bit better + make unread row stand out more --- themes/night.css | 54 +++++++++++++++++++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 19 deletions(-) (limited to 'themes/night.css') diff --git a/themes/night.css b/themes/night.css index a22de3442..254ba8731 100644 --- a/themes/night.css +++ b/themes/night.css @@ -1921,7 +1921,7 @@ body.flat.ttrss_main #overlay { body.flat.ttrss_main #toolbar-frame #toolbar { background: #222222; border-color: #222222; - color: #cccccc; + color: #e6e6e6; } body.flat.ttrss_main #feeds-holder { background: #222222; @@ -1935,7 +1935,7 @@ body.flat.ttrss_main #feeds-holder #feedTree .counterNode.aux { body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected { background: #333333; border-color: #333333 transparent; - color: #cccccc; + color: #e6e6e6; } body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected .dijitTreeLabel { text-shadow: none; @@ -1945,21 +1945,38 @@ body.flat.ttrss_main #floatingTitle { border-color: #222222; } body.flat.ttrss_main #floatingTitle .feed a { - color: #cccccc; + color: #e6e6e6; } body.flat.ttrss_main #floatingTitle i.material-icons { opacity: 0.7; } body.flat.ttrss_main div#floatingTitle.Unread a.title { - color: #cccccc; + color: #e6e6e6; } body.flat.ttrss_main #headlines-frame .whiteBox { border-color: #222222; } -body.flat.ttrss_main #headlines-frame .hl:not(.active):not(.Selected), -body.flat.ttrss_main #headlines-frame .cdm:not(.Selected) { +body.flat.ttrss_main #headlines-frame .hl:not(.active):not(.Selected):not(.Unread), +body.flat.ttrss_main #headlines-frame .cdm.expandable:not(.active):not(.Selected):not(.Unread) { background: #333333; } +body.flat.ttrss_main #headlines-frame .hl.Unread:not(.active):not(.Selected), +body.flat.ttrss_main #headlines-frame .cdm.expandable.Unread:not(.active):not(.Selected) { + background: #222222; +} +body.flat.ttrss_main #headlines-frame .cdm.expanded { + background: #333333; +} +body.flat.ttrss_main #headlines-frame .hl.Unread .title, +body.flat.ttrss_main #headlines-frame .cdm.Unread .title { + color: #e6e6e6; +} +body.flat.ttrss_main #headlines-frame .cdm.expanded.active .title { + color: #257aa7; +} +body.flat.ttrss_main #headlines-frame .cdm.expandable.active { + background: #222222 ! important; +} body.flat.ttrss_main #headlines-frame .hl, body.flat.ttrss_main #headlines-frame .cdm { border-color: #222222; @@ -1967,31 +1984,30 @@ body.flat.ttrss_main #headlines-frame .cdm { } body.flat.ttrss_main #headlines-frame .hl .title, body.flat.ttrss_main #headlines-frame .cdm .title { - color: #808080; -} -body.flat.ttrss_main #headlines-frame .hl .feed a, -body.flat.ttrss_main #headlines-frame .cdm .feed a { color: #cccccc; } +body.flat.ttrss_main #headlines-frame .hl .author, +body.flat.ttrss_main #headlines-frame .cdm .author { + color: #999999; +} +body.flat.ttrss_main #headlines-frame .hl .updated, +body.flat.ttrss_main #headlines-frame .cdm .updated, body.flat.ttrss_main #headlines-frame .hl .content, body.flat.ttrss_main #headlines-frame .cdm .content { color: #cccccc; } +body.flat.ttrss_main #headlines-frame .hl .feed a, +body.flat.ttrss_main #headlines-frame .cdm .feed a { + color: #e6e6e6; +} body.flat.ttrss_main #headlines-frame .cdm .footer { border-color: #222222; color: #cccccc; } -body.flat.ttrss_main #headlines-frame .hl.Unread .title, -body.flat.ttrss_main #headlines-frame .cdm.Unread .title { - color: #cccccc; -} body.flat.ttrss_main #headlines-frame i.material-icons, body.flat.ttrss_main #headlines-frame .dijitCheckBox { opacity: 0.7; } -body.flat.ttrss_main #headlines-frame .cdm.expandable.active { - background: #262626 ! important; -} body.flat.ttrss_main #content-insert .post .header { background: #222222; border-color: #222222; @@ -2012,10 +2028,10 @@ body.flat.ttrss_main .dijitTab:not(.dijitTabChecked) { background: #222222; } body.flat.ttrss_main .dijitTab.dijitTabChecked.dijitTabHover { - color: #cccccc; + color: #e6e6e6; } body.flat.ttrss_main textarea { - color: #cccccc; + color: #e6e6e6; } body.flat.ttrss_main code { color: #c90 ! important; -- cgit v1.2.3