1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

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
+1 -1
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;