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

This commit is contained in:
Andrew Dolgov
2018-12-09 06:37:25 +03:00
parent 243a3239ba
commit 836871a23c
3 changed files with 26 additions and 11 deletions

View File

@@ -117,13 +117,20 @@ body.flat.ttrss_main {
color : @fg-light;
}
.hl.active {
background : darken(@color-accent, 15%) ! important;
}
.hl.active,
.hl.Selected,
.cdm.expandable.Selected {
background : desaturate(darken(@color-accent, 15%), 25%);
*:not(.dijitCheckBox) {
filter : invert(1);
}
.updated {
color : @bg-panel;
}
> .left .dijitCheckBox {
filter : invert(1) ! important;
}
}
.cdm.expanded.active .title,