1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 04:35:56 +00:00

night.css: make headline lightbars a bit more readable (better solution, fixes)

This commit is contained in:
Andrew Dolgov
2018-12-09 06:42:45 +03:00
parent 836871a23c
commit d384c004b9
3 changed files with 22 additions and 21 deletions

View File

@@ -120,18 +120,19 @@ body.flat.ttrss_main {
.hl.active,
.hl.Selected,
.cdm.expandable.Selected {
*:not(.dijitCheckBox) {
> * {
filter : invert(1);
img {
filter : invert(1);
}
}
.dijitCheckBox {
filter : invert(1);
}
.updated {
color : @bg-panel;
}
> .left .dijitCheckBox {
filter : invert(1) ! important;
}
}
.cdm.expanded.active .title,
.cdm.expandable.active .title {