mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:35:56 +00:00
support coloring counters by feed-id/is-cat; set fresh counter to green
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -588,6 +588,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;
|
||||
|
||||
@@ -588,6 +588,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;
|
||||
|
||||
Reference in New Issue
Block a user