mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 01:55:55 +00:00
support coloring counters by feed-id/is-cat; set fresh counter to green
This commit is contained in:
@@ -676,6 +676,11 @@ body.ttrss_main {
|
||||
height : 14px;
|
||||
}
|
||||
|
||||
// fresh
|
||||
.dijitTreeRow[data-feed-id="-3"][data-is-cat="false"] .counterNode.unread {
|
||||
background-color: darken(@color-checked, 15%);
|
||||
}
|
||||
|
||||
.dijitTreeNode .loadingExpando {
|
||||
left : -3px;
|
||||
height : 22px;
|
||||
|
||||
Reference in New Issue
Block a user