summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-12 01:11:34 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-12 01:11:34 +0200
commitb90fe335d2e92a6e085074bbd3e57dd68e9f5dde (patch)
treecb1793c1582f8b2c35bb20ad780eb2148050a410 /templates/part.listfeed.php
parent0637bebd546b736f63e7c942c59b186242b54c84 (diff)
visually show unreadcount using opacity, fix #57
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 7dc06ea59..824337972 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -28,7 +28,9 @@
<span class="utils">
- <span class="unread-counter" ng-show="feed.id">
+ <span class="unread-counter"
+ ng-show="feed.id"
+ ng-style="{opacity: getOpacity(feedBl.getUnreadCount(feed.id)) }">
{{ feedBl.getUnreadCount(feed.id) }}
</span>