summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
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>