aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-09-20 17:33:52 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-09-22 00:58:40 +0200
commitec3e6aaca3a0ff6897f479f465d308839190419f (patch)
tree893084118c645d6ef98b2d23a7af8524a1e7123c /core
parentc79c32eb0ae80844e9475fa7495b1034c06ca326 (diff)
downloadnextcloud-server-ec3e6aaca3a0ff6897f479f465d308839190419f.tar.gz
nextcloud-server-ec3e6aaca3a0ff6897f479f465d308839190419f.zip
add proper classes for white audio and video icons
Diffstat (limited to 'core')
-rw-r--r--core/css/icons.css6
1 files changed, 6 insertions, 0 deletions
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');