diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-02-12 14:05:05 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-02-12 14:05:05 +0100 |
commit | 4a24c732d4238f941c535ce1ef20624de20fa45c (patch) | |
tree | 2d4a3849fbab5c79058264b9c3810b15d70c9237 /core/css | |
parent | f8607ac1327f3254f6f4fe86c8418f1b3d447730 (diff) | |
download | nextcloud-server-4a24c732d4238f941c535ce1ef20624de20fa45c.tar.gz nextcloud-server-4a24c732d4238f941c535ce1ef20624de20fa45c.zip |
add white delete icon
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/icons.css | 3 |
1 files changed, 3 insertions, 0 deletions
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'); |