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 +++ 1 file changed, 3 insertions(+) (limited to 'core/css/icons.css') 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'); -- cgit v1.2.3