summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/templates/reorder-modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/reorder-modal.html b/www/templates/reorder-modal.html
index 2b5f6698..8d31ce22 100644
--- a/www/templates/reorder-modal.html
+++ b/www/templates/reorder-modal.html
@@ -3,7 +3,7 @@
<h1 class="title"></h1>
<div class="buttons">
- <button ng-class="(reorder.selected)?'button button-icon icon ion-ios-checkmark':'button button-icon icon ion-ios-checkmark-outline'" ng-click="selectUnselectAllToggleReorder()"></button>
+ <button ng-class="(reorder.selected)?'button button-icon icon ion-eye-disabled':'button button-icon icon ion-eye'" ng-click="selectUnselectAllToggleReorder()"></button>
<button class="button button-small button-dark" ng-click="saveReorder()">{{'kButtonOk'|translate}}</button>
<button class="button button-small" ng-click="cancelReorder()">{{'kButtonCancel'|translate}}</button>
</div>