From ec3e6aaca3a0ff6897f479f465d308839190419f Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 20 Sep 2016 17:33:52 +0200 Subject: [PATCH] add proper classes for white audio and video icons --- core/css/icons.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/css/icons.css b/core/css/icons.css index d9b38ab1296..1e8e1bff1c3 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -117,6 +117,9 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading- .icon-audio { background-image: url('../img/actions/audio.svg?v=1'); } +.icon-audio-white { + background-image: url('../img/actions/audio-white.svg?v=1'); +} .icon-caret { background-image: url('../img/actions/caret.svg?v=1'); @@ -316,6 +319,9 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading- .icon-video { background-image: url('../img/actions/video.svg?v=1'); } +.icon-video-white { + background-image: url('../img/actions/video-white.svg?v=1'); +} .icon-view-close { background-image: url('../img/actions/view-close.svg?v=1'); -- 2.39.5