dark theme, all articles icon: improve contrast

This commit is contained in:
Andrew Dolgov 2020-02-25 10:11:18 +03:00
parent 788ea95fbd
commit d9cd790d03
5 changed files with 12 additions and 2 deletions

View File

@ -2008,6 +2008,9 @@ body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected {
body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected .dijitTreeLabel {
text-shadow: none;
}
body.flat.ttrss_main #feeds-holder #feedTree i.icon.icon-inbox {
color: #AAA;
}
body.flat.ttrss_main #floatingTitle {
background-color: #333;
}

File diff suppressed because one or more lines are too long

View File

@ -84,6 +84,10 @@ body.flat.ttrss_main {
.dijitTreeRowSelected .dijitTreeLabel {
text-shadow : none;
}
i.icon.icon-inbox {
color : #AAA;
}
}
}

View File

@ -2008,6 +2008,9 @@ body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected {
body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected .dijitTreeLabel {
text-shadow: none;
}
body.flat.ttrss_main #feeds-holder #feedTree i.icon.icon-inbox {
color: #AAA;
}
body.flat.ttrss_main #floatingTitle {
background-color: #333;
}

File diff suppressed because one or more lines are too long