From 4a24c732d4238f941c535ce1ef20624de20fa45c Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 12 Feb 2016 14:05:05 +0100 Subject: add white delete icon --- core/css/icons.css | 3 +++ core/img/actions/delete-white.png | Bin 0 -> 236 bytes core/img/actions/delete-white.svg | 4 ++++ 3 files changed, 7 insertions(+) create mode 100644 core/img/actions/delete-white.png create mode 100644 core/img/actions/delete-white.svg diff --git a/core/css/icons.css b/core/css/icons.css index 836a84fd70e..cc71dcd08a7 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -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'); diff --git a/core/img/actions/delete-white.png b/core/img/actions/delete-white.png new file mode 100644 index 00000000000..07a5de34252 Binary files /dev/null and b/core/img/actions/delete-white.png differ diff --git a/core/img/actions/delete-white.svg b/core/img/actions/delete-white.svg new file mode 100644 index 00000000000..58e8dd3677d --- /dev/null +++ b/core/img/actions/delete-white.svg @@ -0,0 +1,4 @@ + + + + -- cgit v1.2.3 From 03e8f1d2904da0b49bd0f263934d5adf41f1de3d Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 12 Feb 2016 14:08:44 +0100 Subject: add proper comment icon and add it to icons.css --- core/css/icons.css | 4 ++++ core/img/actions/comment.png | Bin 169 -> 323 bytes core/img/actions/comment.svg | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/core/css/icons.css b/core/css/icons.css index cc71dcd08a7..359c55e4dc5 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -57,6 +57,10 @@ background-image: url('../img/actions/close.svg'); } +.icon-comment { + background-image: url('../img/actions/comment.svg'); +} + .icon-confirm { background-image: url('../img/actions/confirm.svg'); } diff --git a/core/img/actions/comment.png b/core/img/actions/comment.png index 7ca20eba363..08867cf6361 100644 Binary files a/core/img/actions/comment.png and b/core/img/actions/comment.png differ diff --git a/core/img/actions/comment.svg b/core/img/actions/comment.svg index a8ab95e615b..02fbac3e036 100644 --- a/core/img/actions/comment.svg +++ b/core/img/actions/comment.svg @@ -1,4 +1,4 @@ - - + + -- cgit v1.2.3