summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-06 10:11:59 +0100
committerAndrew Dolgov <[email protected]>2006-12-06 10:11:59 +0100
commit67dabe1a86fbe7ef5bc157eb3096e1d64f1538f8 (patch)
tree8a8326797a22c29b4160ced1493ad1a89f981a75 /tt-rss.css
parent3ac2f3c76716e93de91b9f17786fe235905b2c1d (diff)
tweak category counter display, new styles: .catCtrNoUnread, .catCtrHasUnread
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 fa99ebfe0..f610bc248 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1313,3 +1313,7 @@ a.feedUpdErrLink {
display : block;
margin-bottom : 0.5em;
}
+
+.catCtrHasUnread {
+ font-weight : bold;
+}