summaryrefslogtreecommitdiffstats
path: root/templates/part.feed.unread.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.feed.unread.php
parent0637bebd546b736f63e7c942c59b186242b54c84 (diff)
visually show unreadcount using opacity, fix #57
Diffstat (limited to 'templates/part.feed.unread.php')
-rw-r--r--templates/part.feed.unread.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index 67c57e369..cf130228c 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -16,7 +16,8 @@
<?php p($l->t('All articles'))?>
</a>
<span class="utils">
- <span class="unread-counter">
+ <span class="unread-counter"
+ ng-style="{opacity: getOpacity(subscriptionsBl.getUnreadCount()) }">
{{ subscriptionsBl.getUnreadCount() }}
</span>
<button class="svg action mark-read-icon"