From fd3a32836efe24453c9a520b5b0e0272e84b6cff 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 | 11 ++++++++++- core/img/actions/confirm.svg | 2 +- core/img/actions/fullscreen-white.svg | 8 +++++++- core/img/actions/video-white.svg | 11 ++++++++++- 5 files changed, 31 insertions(+), 7 deletions(-) diff --git a/core/css/icons.css b/core/css/icons.css index d62ab1504d..27621ab479 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 { @@ -199,7 +199,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 { @@ -341,7 +341,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 36523ef17d..ac5d888a51 100644 --- a/core/img/actions/audio-white.svg +++ b/core/img/actions/audio-white.svg @@ -1 +1,10 @@ - \ No newline at end of file + + + + + + + + + + diff --git a/core/img/actions/confirm.svg b/core/img/actions/confirm.svg index f12084ed40..fd954cdcb1 100644 --- a/core/img/actions/confirm.svg +++ b/core/img/actions/confirm.svg @@ -1,4 +1,4 @@ - + diff --git a/core/img/actions/fullscreen-white.svg b/core/img/actions/fullscreen-white.svg index 77052945fb..887cd99ee5 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 4499ff8c61..59dc1b2532 100644 --- a/core/img/actions/video-white.svg +++ b/core/img/actions/video-white.svg @@ -1 +1,10 @@ - \ No newline at end of file + + + + + + + + + +