1
0
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:
Andrew Dolgov
2013-05-07 16:28:49 +04:00
parent 69970d5b88
commit 8d4b5b466a
2 changed files with 45 additions and 1 deletions
+19
View File
@@ -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;
}