summaryrefslogtreecommitdiffstats
path: root/core/css/icons.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-11-15 17:40:07 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-11-15 17:40:07 +0100
commitfd3a32836efe24453c9a520b5b0e0272e84b6cff (patch)
treeaa9b15c881ca6fdb1ed4649ceb556c75f04f5f8f /core/css/icons.css
parent571c5aac5e87deee1933f605d366060a82323621 (diff)
downloadnextcloud-server-fd3a32836efe24453c9a520b5b0e0272e84b6cff.tar.gz
nextcloud-server-fd3a32836efe24453c9a520b5b0e0272e84b6cff.zip
add dark background fade to icons to make them visible on light backgrounds
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/icons.css')
-rw-r--r--core/css/icons.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/css/icons.css b/core/css/icons.css
index d62ab1504db..27621ab4796 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 {