restore pointer mouse icon on hover

This commit is contained in:
Athou
2014-03-10 14:51:59 +01:00
parent b1500cebfd
commit 6dd1bf3281

View File

@@ -75,7 +75,7 @@
<i ng-class="{'icon-star icon-star-yellow': entry.starred, 'icon-star-empty': !entry.starred}" class="pointer"></i>
</div>
<div class="checkbox-inline keep-unread">
<label ng-if="entry.markable">
<label ng-if="entry.markable" class="pointer">
<input type="checkbox" ng-checked="!entry.read" ng-click="mark(entry, !entry.read)" class="mousetrap"></input>
${view.keep_unread}
</label>