add white delete icon

This commit is contained in:
Jan-Christoph Borchardt 2016-02-12 14:05:05 +01:00
parent f8607ac132
commit 4a24c732d4
3 changed files with 7 additions and 0 deletions

View File

@ -70,6 +70,9 @@
.icon-delete:focus {
background-image: url('../img/actions/delete-hover.svg');
}
.icon-delete-white {
background-image: url('../img/actions/delete-white.svg');
}
.icon-details {
background-image: url('../img/actions/details.svg');

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 B

View File

@ -0,0 +1,4 @@
<?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/">
<path d="m6.5 1-0.5 1h-3c-0.554 0-1 0.446-1 1v1h12v-1c0-0.554-0.446-1-1-1h-3l-0.5-1zm-3.5 4 0.875 9c0.061 0.549 0.5729 1 1.125 1h6c0.55232 0 1.064-0.45102 1.125-1l0.875-9z" fill-rule="evenodd" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 490 B