summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2016-08-22 09:13:56 +0200
committerGitHub <noreply@github.com>2016-08-22 09:13:56 +0200
commitfc6e8bdf3fc13d23fff316472cb22cfedf82326c (patch)
treee485be05c72982548298099fc77280c11eb0f4dd /core/js
parentede32a558a1ee6e8a2baa91e98a4d09a471a6234 (diff)
parent4cc908bf9b81d91cf3a2bcfca56caae83419ce37 (diff)
downloadnextcloud-server-fc6e8bdf3fc13d23fff316472cb22cfedf82326c.tar.gz
nextcloud-server-fc6e8bdf3fc13d23fff316472cb22cfedf82326c.zip
Merge pull request #1000 from nextcloud/mail_icon_share
Make e-mail icon visible
Diffstat (limited to 'core/js')
-rw-r--r--core/js/sharedialogmailview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/sharedialogmailview.js b/core/js/sharedialogmailview.js
index b62936b1152..ce0893cb25c 100644
--- a/core/js/sharedialogmailview.js
+++ b/core/js/sharedialogmailview.js
@@ -20,7 +20,7 @@
' {{#if mailPublicNotificationEnabled}}' +
'<form id="emailPrivateLink" class="emailPrivateLinkForm oneline">' +
' <input id="email" class="emailField" value="{{email}}" placeholder="{{mailPrivatePlaceholder}}" type="text" />' +
- ' <a id="emailButton" class="icon icon-mail-grey" />' +
+ ' <a id="emailButton" class="icon icon-mail hasTooltip" title="Send e-mail"></a>' +
'</form>' +
' {{/if}}' +
'{{/if}}'