summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-16 01:08:04 +0400
committerAndrew Dolgov <[email protected]>2013-05-16 01:08:04 +0400
commitc594eca0de78f46bd5f18194c058d94487d1a9e2 (patch)
tree1a1394b9ceea84dcdc2e6c7b027453d6fda91907 /tt-rss.css
parent96ce71f35f2dd5bd08e140ffbe47e8fe40ec0c01 (diff)
implement additional counter mode for virtual feeds when there's 0 unread articles
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index a437c9d41..f1459e3c0 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1067,6 +1067,12 @@ div.hl.active {
font-family : "Segoe UI", Tahoma, sans-serif;
}
+#feedTree .counterNode.aux {
+ background : #f0f0f0;
+ color : #999;
+ border-color : #f0f0f0;
+}
+
#feedTree .counterNode {
font-weight : bold;
display : inline-block;