From 9789d4985a658bec23be2f43f8c26b83d146900d Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 15 Nov 2016 17:40:07 +0100 Subject: [PATCH] add dark background fade to icons to make them visible on light backgrounds Signed-off-by: Jan-Christoph Borchardt --- core/css/icons.css | 6 +++--- core/img/actions/audio-white.svg | 10 ++++++++-- core/img/actions/fullscreen-white.svg | 8 +++++++- core/img/actions/video-white.svg | 8 +++++++- 4 files changed, 25 insertions(+), 7 deletions(-) diff --git a/core/css/icons.css b/core/css/icons.css index e6a777331d2..c82466189c1 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -118,7 +118,7 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading- background-image: url('../img/actions/audio.svg?v=1'); } .icon-audio-white { - background-image: url('../img/actions/audio-white.svg?v=1'); + background-image: url('../img/actions/audio-white.svg?v=2'); } .icon-caret { @@ -196,7 +196,7 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading- background-image: url('../img/actions/fullscreen.svg?v=1'); } .icon-fullscreen-white { - background-image: url('../img/actions/fullscreen-white.svg?v=1'); + background-image: url('../img/actions/fullscreen-white.svg?v=2'); } .icon-history { @@ -334,7 +334,7 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading- background-image: url('../img/actions/video.svg?v=1'); } .icon-video-white { - background-image: url('../img/actions/video-white.svg?v=1'); + background-image: url('../img/actions/video-white.svg?v=2'); } .icon-view-close { diff --git a/core/img/actions/audio-white.svg b/core/img/actions/audio-white.svg index dc12a026ad2..ac5d888a51c 100644 --- a/core/img/actions/audio-white.svg +++ b/core/img/actions/audio-white.svg @@ -1,4 +1,10 @@ - - + + + + + + + + diff --git a/core/img/actions/fullscreen-white.svg b/core/img/actions/fullscreen-white.svg index 77052945fb2..887cd99ee5f 100644 --- a/core/img/actions/fullscreen-white.svg +++ b/core/img/actions/fullscreen-white.svg @@ -1,4 +1,10 @@ - + + + + + + + diff --git a/core/img/actions/video-white.svg b/core/img/actions/video-white.svg index 0719ef024ed..59dc1b25321 100644 --- a/core/img/actions/video-white.svg +++ b/core/img/actions/video-white.svg @@ -1,4 +1,10 @@ - + + + + + + +