summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 06:44:53 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 06:44:53 +0300
commit38af3289a1b2cbf0eeb19c4b083c5dd544c2fd70 (patch)
tree8ce93e6a3e70cd05d99a8de86ea1a8c493c7b571 /themes/night.css
parentd384c004b9f2988451a9364b27bec522821754b9 (diff)
night.css: do not invert marked/pub enabled pics
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index 7caefd856..1f5a257cd 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1961,6 +1961,16 @@ body.flat.ttrss_main #headlines-frame .hl.Selected .dijitCheckBox,
body.flat.ttrss_main #headlines-frame .cdm.expandable.Selected .dijitCheckBox {
filter: invert(1);
}
+body.flat.ttrss_main #headlines-frame .hl.Selected.marked i.marked-pic,
+body.flat.ttrss_main #headlines-frame .cdm.expandable.Selected.marked i.marked-pic,
+body.flat.ttrss_main #headlines-frame .hl.active.marked i.marked-pic {
+ filter: invert(1);
+}
+body.flat.ttrss_main #headlines-frame .hl.Selected.published i.pub-pic,
+body.flat.ttrss_main #headlines-frame .cdm.expandable.Selected.published i.pub-pic,
+body.flat.ttrss_main #headlines-frame .hl.active.published i.pub-pic {
+ filter: invert(1);
+}
body.flat.ttrss_main #headlines-frame .cdm.expanded.active .title,
body.flat.ttrss_main #headlines-frame .cdm.expandable.active .title {
color: #b87d2c;