From 408bdd65c289d200ef222565ee255656255ae712 Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Sun, 10 Apr 2016 11:20:38 +0200 Subject: Added white download icons --- core/css/icons.css | 3 +++ core/img/actions/download-white.png | Bin 0 -> 192 bytes core/img/actions/download-white.svg | 6 ++++++ 3 files changed, 9 insertions(+) create mode 100644 core/img/actions/download-white.png create mode 100644 core/img/actions/download-white.svg (limited to 'core') diff --git a/core/css/icons.css b/core/css/icons.css index b746436ed5f..8caeaf0b475 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -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'); diff --git a/core/img/actions/download-white.png b/core/img/actions/download-white.png new file mode 100644 index 00000000000..815b551354f Binary files /dev/null and b/core/img/actions/download-white.png differ diff --git a/core/img/actions/download-white.svg b/core/img/actions/download-white.svg new file mode 100644 index 00000000000..98573e0f1ee --- /dev/null +++ b/core/img/actions/download-white.svg @@ -0,0 +1,6 @@ + + + + + + -- cgit v1.2.3