Browse Source

Added white download icons

tags/v9.1.0beta1
skjnldsv 8 years ago
parent
commit
408bdd65c2
3 changed files with 9 additions and 0 deletions
  1. 3
    0
      core/css/icons.css
  2. BIN
      core/img/actions/download-white.png
  3. 6
    0
      core/img/actions/download-white.svg

+ 3
- 0
core/css/icons.css 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');

BIN
core/img/actions/download-white.png View File


+ 6
- 0
core/img/actions/download-white.svg 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>

Loading…
Cancel
Save