]> git.wh0rd.org - tt-rss.git/commitdiff
hide category counters w/o unread articles
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 6 Dec 2006 10:30:20 +0000 (11:30 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 6 Dec 2006 10:30:20 +0000 (11:30 +0100)
tt-rss.css

index f610bc248346e3e2f9ffda7681828fcf47844000..f2a1aaedfa30fb0729561d31eda202c16b2cdcf7 100644 (file)
@@ -1317,3 +1317,7 @@ a.feedUpdErrLink {
 .catCtrHasUnread {
        font-weight : bold;
 }
+
+.catCtrNoUnread {
+       display : none;
+}