summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-02 15:16:04 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-02 15:16:04 +0100
commitba80ebc52baa75fef4bb970ec697dcf14627075f (patch)
tree9ac2cd3fdc95aef6f2597d65a7de0e72981b3f83
parent95da654dc754a11dade17941601df24f458b3eff (diff)
fix #679
-rw-r--r--templates/part.content.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 5c45c1db8..c18069cde 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -73,14 +73,14 @@
</button>
</li>
<li ng-click="Content.toggleKeepUnread(item.id)"
- class="util"
+ class="util toggle-keep-unread"
news-stop-propagation>
- <button class="icon-toggle toggle-keep-unread"
+ <button class="icon-toggle"
ng-hide="item.keepUnread"
title="<?php p($l->t('Keep article unread')); ?>">
</button>
<button
- class="icon-toggle toggle-keep-unread keep-unread"
+ class="icon-toggle keep-unread"
ng-show="item.keepUnread"
title="<?php
p($l->t('Remove keep article unread'));