Added white download icons

This commit is contained in:
skjnldsv 2016-04-10 11:20:38 +02:00 committed by Bjoern Schiessle
parent 18a92c26cf
commit dd30935a49
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
3 changed files with 9 additions and 0 deletions

View File

@ -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');

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 B

View File

@ -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>

After

Width:  |  Height:  |  Size: 380 B