From 76ad7e0becc12df1f678cce9850d213ce5593466 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 21 Sep 2016 15:25:14 +0200 Subject: add icon-more-white --- core/css/icons.css | 3 +++ core/img/actions/more-white.svg | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 core/img/actions/more-white.svg (limited to 'core') diff --git a/core/css/icons.css b/core/css/icons.css index 3b12f9ea2e6..45069a23c44 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -218,6 +218,9 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading- .icon-more { background-image: url('../img/actions/more.svg?v=1'); } +.icon-more-white { + background-image: url('../img/actions/more-white.svg?v=1'); +} .icon-password { background-image: url('../img/actions/password.svg?v=1'); diff --git a/core/img/actions/more-white.svg b/core/img/actions/more-white.svg new file mode 100644 index 00000000000..b0bd1f2ec64 --- /dev/null +++ b/core/img/actions/more-white.svg @@ -0,0 +1,5 @@ + + + + + -- cgit v1.2.3