Added white download icons
This commit is contained in:
parent
18a92c26cf
commit
dd30935a49
|
@ -85,6 +85,9 @@
|
||||||
.icon-download {
|
.icon-download {
|
||||||
background-image: url('../img/actions/download.svg');
|
background-image: url('../img/actions/download.svg');
|
||||||
}
|
}
|
||||||
|
.icon-download-white {
|
||||||
|
background-image: url('../img/actions/download-white.svg');
|
||||||
|
}
|
||||||
|
|
||||||
.icon-edit {
|
.icon-edit {
|
||||||
background-image: url('../img/actions/edit.svg');
|
background-image: url('../img/actions/edit.svg');
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 192 B |
|
@ -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 |
Loading…
Reference in New Issue