diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-10 21:59:21 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-10 21:59:21 +0200 |
commit | 4d09e2453e20e451e1cec9c6a91eeed40543d3cc (patch) | |
tree | 1aa653a91af5cc3ba185a3abed9c03929787498c | |
parent | 7fc1d52b759dc095c034476bddbf8d9897887f5f (diff) | |
parent | 408bdd65c289d200ef222565ee255656255ae712 (diff) | |
download | nextcloud-server-4d09e2453e20e451e1cec9c6a91eeed40543d3cc.tar.gz nextcloud-server-4d09e2453e20e451e1cec9c6a91eeed40543d3cc.zip |
Merge pull request #23891 from owncloud/add-download-icon-white
Added white download icons
-rw-r--r-- | core/css/icons.css | 3 | ||||
-rw-r--r-- | core/img/actions/download-white.png | bin | 0 -> 192 bytes | |||
-rw-r--r-- | core/img/actions/download-white.svg | 6 |
3 files changed, 9 insertions, 0 deletions
diff --git a/core/css/icons.css b/core/css/icons.css index b746436ed5f..8caeaf0b475 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -85,6 +85,9 @@ .icon-download { background-image: url('../img/actions/download.svg'); } +.icon-download-white { + background-image: url('../img/actions/download-white.svg'); +} .icon-edit { background-image: url('../img/actions/edit.svg'); diff --git a/core/img/actions/download-white.png b/core/img/actions/download-white.png Binary files differnew file mode 100644 index 00000000000..815b551354f --- /dev/null +++ b/core/img/actions/download-white.png diff --git a/core/img/actions/download-white.svg b/core/img/actions/download-white.svg new file mode 100644 index 00000000000..98573e0f1ee --- /dev/null +++ b/core/img/actions/download-white.svg @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g transform="translate(0 -1036.4)"> + <path fill="#fff" d="m6 1037.4h4v7h5l-7 7-7-7h5z"/> + </g> +</svg> |