Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-08-01 17:21:42 +0300
committerGitHub <noreply@github.com>2016-08-01 17:21:42 +0300
commit48c386b4f8e0b3e0cf76ee56a7a3a2b302889046 (patch)
treeb48907893c86e48e039e590582d3b7d8cc1919a5 /core
parentd962904940afe172647d6ba38243c435a947dd93 (diff)
[stable9] Added white download icons (#25673)
Diffstat (limited to 'core')
-rw-r--r--core/css/icons.css3
-rw-r--r--core/img/actions/download-white.pngbin0 -> 192 bytes
-rw-r--r--core/img/actions/download-white.svg6
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
new file mode 100644
index 00000000000..815b551354f
--- /dev/null
+++ b/core/img/actions/download-white.png
Binary files differ
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>