diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-12-06 11:30:20 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-12-06 11:30:20 +0100 |
| commit | a6fc3ee5969153c24c6eb2beae459e95b33b159d (patch) | |
| tree | 698412211fdd6572868ef3356c3dfdcf5df28c7b | |
| parent | 67dabe1a86fbe7ef5bc157eb3096e1d64f1538f8 (diff) | |
hide category counters w/o unread articles
| -rw-r--r-- | tt-rss.css | 4 |
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; +} |