summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-07 16:28:49 +0400
committerAndrew Dolgov <[email protected]>2013-05-07 16:28:49 +0400
commit8d4b5b466ad12acb063799efaf97600940f401f0 (patch)
treec67cc4b6e5253df88958777d44bd2708211a868f /tt-rss.css
parent69970d5b886c11309ea28d69e3939df8f520f7d2 (diff)
fix counters not being updated
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 09a3505af..00db7d0e4 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1032,3 +1032,22 @@ div.hl.active a.title {
height : 100%;
overflow-x : hidden;
}
+
+#feedTree span.counterNode {
+ display : none;
+}
+
+#feedTree span.counterNode.unread {
+ font-weight : bold;
+ display : inline-block;
+ font-size : 9px;
+ text-align : center;
+ border : 1px solid #88b0f0;
+ color : white;
+ background : #88b0f0;
+ border-radius : 4px;
+ padding : 0px 4px 0px 4px;
+ vertical-align : middle;
+}
+
+