summaryrefslogtreecommitdiffstats
path: root/templates/avatar.html
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2016-12-12 05:22:47 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2016-12-12 05:22:47 +0100
commit6d927b0d7c7a5cdf7bd03f818c4efeb321ae7bac (patch)
tree6ab2dc98fcb238aa9526af7970b0cd91ed72f34a /templates/avatar.html
parenta7abddec09a63dd6e694c2d0a855a202a8d2f46d (diff)
Fix file input display
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates/avatar.html')
-rw-r--r--templates/avatar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/avatar.html b/templates/avatar.html
index a4004851..64e8e35d 100644
--- a/templates/avatar.html
+++ b/templates/avatar.html
@@ -1,6 +1,6 @@
<img ng-show="contact.photo()!==undefined" class="contactdetails__logo avatar" id="contact-avatar" data-ng-src="{{contact.photo()}}" />
<div class="avatar-options">
- <input type="file" id="avatar-upload" class="hidden-visually"/>
+ <input type="file" id="avatar-upload" class="hidden"/>
<label for="avatar-upload" class="icon-upload-white"></label>
<div class="icon-delete-white" ng-show="contact.photo()!==undefined" ng-click="ctrl.removePhoto()"></div>
<div class="icon-fullscreen-white" ng-show="contact.photo()!==undefined" ng-click="ctrl.openPhoto()"></div>