mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
fix counters not being updated
This commit is contained in:
+19
@@ -1032,3 +1032,22 @@ div.hl.active a.title {
|
||||
height : 100%;
|
||||
overflow-x : hidden;
|
||||
}
|
||||
|
||||
#feedTree span.counterNode {
|
||||
display : none;
|
||||
}
|
||||
|
||||
#feedTree span.counterNode.unread {
|
||||
font-weight : bold;
|
||||
display : inline-block;
|
||||
font-size : 9px;
|
||||
text-align : center;
|
||||
border : 1px solid #88b0f0;
|
||||
color : white;
|
||||
background : #88b0f0;
|
||||
border-radius : 4px;
|
||||
padding : 0px 4px 0px 4px;
|
||||
vertical-align : middle;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user