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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user