summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-06 11:30:20 +0100
committerAndrew Dolgov <[email protected]>2006-12-06 11:30:20 +0100
commita6fc3ee5969153c24c6eb2beae459e95b33b159d (patch)
tree698412211fdd6572868ef3356c3dfdcf5df28c7b /tt-rss.css
parent67dabe1a86fbe7ef5bc157eb3096e1d64f1538f8 (diff)
hide category counters w/o unread articles
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index f610bc248..f2a1aaedf 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1317,3 +1317,7 @@ a.feedUpdErrLink {
.catCtrHasUnread {
font-weight : bold;
}
+
+.catCtrNoUnread {
+ display : none;
+}