summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-15 11:11:20 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-15 11:11:20 +0200
commit8553c92dd9746d4c6d4390544bcb4c66167173ce (patch)
treeba5ab92f844b43555920749f6bd8d345e399dfd8 /templates/part.listfeed.php
parent516063c1e1d1d8a85dca7b670e279f71c5685848 (diff)
remove opacity for feedcounter, fix #57
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 064092de5..4ad3fc73c 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -29,8 +29,7 @@
<span class="utils">
<span class="unread-counter"
- ng-show="feed.id"
- ng-style="{opacity: getOpacity(feedBl.getUnreadCount(feed.id)) }">
+ ng-show="feed.id">
{{ feedBl.getUnreadCount(feed.id) }}
</span>