diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-07-08 15:23:38 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-07-20 15:07:46 +0200 |
commit | 4d67429cf034ef4912bd78fb9dac91155ff0fec1 (patch) | |
tree | 7fb38e05b2985681594bd41a2a8f6eab62a68ae1 /core/css | |
parent | daaa3ded8d73fe3e9eb483cbf1174ed245e6250b (diff) | |
download | nextcloud-server-4d67429cf034ef4912bd78fb9dac91155ff0fec1.tar.gz nextcloud-server-4d67429cf034ef4912bd78fb9dac91155ff0fec1.zip |
Use an icon to set the email instead of a button with string
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/icons.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/icons.css b/core/css/icons.css index 6d78363d3d5..1a632fdd58b 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -204,6 +204,10 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading- background-image: url('../img/actions/mail.svg'); } +.icon-mail-grey { + background-image: url('../img/actions/mail-grey.svg'); +} + .icon-menu { background-image: url('../img/actions/menu.svg'); } |