night.css: do not invert marked/pub enabled pics

This commit is contained in:
Andrew Dolgov
2018-12-09 06:44:53 +03:00
parent d384c004b9
commit 38af3289a1
3 changed files with 27 additions and 2 deletions

View File

@@ -132,7 +132,22 @@ body.flat.ttrss_main {
filter : invert(1);
}
}
.hl.Selected.marked,
.cdm.expandable.Selected.marked,
.hl.active.marked {
i.marked-pic {
filter : invert(1);
}
}
.hl.Selected.published,
.cdm.expandable.Selected.published,
.hl.active.published {
i.pub-pic {
filter : invert(1);
}
}
.cdm.expanded.active .title,
.cdm.expandable.active .title {