Skip to content
Snippets Groups Projects
Commit 4d09e245 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #23891 from owncloud/add-download-icon-white

Added white download icons
parents 7fc1d52b 408bdd65
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
core/img/actions/download-white.png

192 B

<?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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment