From 8458dc2082cd7f579c83dc020db31b29386186aa Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 7 Dec 2018 08:59:53 +0300 Subject: less: fix syntax errors --- themes/night.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'themes/night.css') diff --git a/themes/night.css b/themes/night.css index 631f72513..e1d8aa018 100644 --- a/themes/night.css +++ b/themes/night.css @@ -1004,10 +1004,12 @@ body.ttrss_main i.icon-syndicate { body.ttrss_main i.icon-no-feed { opacity: 0.2; } +body.ttrss_main #floatingTitle.marked i.marked-pic, body.ttrss_main .cdm.marked .left i.marked-pic, body.ttrss_main .hl.marked .left i.marked-pic { color: #ffc069; } +body.ttrss_main #floatingTitle.published i.pub-pic, body.ttrss_main .cdm.published .left i.pub-pic, body.ttrss_main .hl.published .left i.pub-pic { color: #ff7c4b; @@ -1805,12 +1807,6 @@ body#sharepopup input { .flat .dijitAccordionContainer { box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); } -.flat .dijitDialog .dijitDialogPaneContent { - background: #222222; -} -.flat .dijitTab:not(.dijitTabChecked) { - background: #222222; -} .flat .dijitCheckBox.dijitCheckBoxChecked { background-color: #69C671; } @@ -1986,6 +1982,12 @@ body.flat.ttrss_main .insensitive { body.flat.ttrss_main .dijitAccordionInnerContainerSelected .dijitAccordionTitle { color: white; } +body.flat.ttrss_main .dijitDialog .dijitDialogPaneContent { + background: #222222; +} +body.flat.ttrss_main .dijitTab:not(.dijitTabChecked) { + background: #222222; +} body.flat.ttrss_main textarea { color: #cccccc; } -- cgit v1.2.3