diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-02-25 17:24:37 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-02-25 17:26:03 +0100 |
commit | 91b0c4325d066dcf994ca68370c8d6ea91d3cfb1 (patch) | |
tree | 5d6b5b87a3aed6f021fbb482c84407b2451929db /core/css | |
parent | faf65e73b778867d36f0e13dd1b0f1a4ef1f4723 (diff) | |
download | nextcloud-server-91b0c4325d066dcf994ca68370c8d6ea91d3cfb1.tar.gz nextcloud-server-91b0c4325d066dcf994ca68370c8d6ea91d3cfb1.zip |
add download icon for image detail view, ref gallery issue 51
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/icons.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/icons.css b/core/css/icons.css index 359c55e4dc5..b746436ed5f 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -231,6 +231,9 @@ .icon-view-close { background-image: url('../img/actions/view-close.svg'); } +.icon-view-download { + background-image: url('../img/actions/view-download.svg'); +} .icon-view-next { background-image: url('../img/actions/view-next.svg'); } |