summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css14
1 files changed, 8 insertions, 6 deletions
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;
}