adjust previous to not use hardcoded rgb color

This commit is contained in:
Andrew Dolgov 2020-02-25 12:14:18 +03:00
parent d9cd790d03
commit 38b43cd559
5 changed files with 5 additions and 5 deletions

View File

@ -2009,7 +2009,7 @@ body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected .dijitTreeLab
text-shadow: none;
}
body.flat.ttrss_main #feeds-holder #feedTree i.icon.icon-inbox {
color: #AAA;
color: #999999;
}
body.flat.ttrss_main #floatingTitle {
background-color: #333;

File diff suppressed because one or more lines are too long

View File

@ -86,7 +86,7 @@ body.flat.ttrss_main {
}
i.icon.icon-inbox {
color : #AAA;
color : darken(@default-text, 20%);
}
}
}

View File

@ -2009,7 +2009,7 @@ body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected .dijitTreeLab
text-shadow: none;
}
body.flat.ttrss_main #feeds-holder #feedTree i.icon.icon-inbox {
color: #AAA;
color: #999999;
}
body.flat.ttrss_main #floatingTitle {
background-color: #333;

File diff suppressed because one or more lines are too long