mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:05:55 +00:00
dark theme, all articles icon: improve contrast
This commit is contained in:
@@ -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
@@ -84,6 +84,10 @@ body.flat.ttrss_main {
|
||||
.dijitTreeRowSelected .dijitTreeLabel {
|
||||
text-shadow : none;
|
||||
}
|
||||
|
||||
i.icon.icon-inbox {
|
||||
color : #AAA;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user