1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:25:55 +00:00

hide category counters w/o unread articles

This commit is contained in:
Andrew Dolgov
2006-12-06 11:30:20 +01:00
parent 67dabe1a86
commit a6fc3ee596

View File

@@ -1317,3 +1317,7 @@ a.feedUpdErrLink {
.catCtrHasUnread {
font-weight : bold;
}
.catCtrNoUnread {
display : none;
}