1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:15:56 +00:00

support coloring counters by feed-id/is-cat; set fresh counter to green

This commit is contained in:
Andrew Dolgov
2021-03-09 18:55:28 +03:00
parent ae7b87bca9
commit f804caec90
7 changed files with 26 additions and 0 deletions

View File

@@ -587,6 +587,9 @@ body.ttrss_main #feeds-holder #feedTree .counterNode {
min-width: 23px;
height: 14px;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeRow[data-feed-id="-3"][data-is-cat="false"] .counterNode.unread {
background-color: #3ea447;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .loadingExpando {
left: -3px;
height: 22px;