]> source.dussan.org Git - nextcloud-server.git/commitdiff
add proper classes for white audio and video icons
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 20 Sep 2016 15:33:52 +0000 (17:33 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 21 Sep 2016 22:58:40 +0000 (00:58 +0200)
core/css/icons.css

index d9b38ab1296ab557063ba1970a45edded50873c8..1e8e1bff1c3fe745cbeb093eeaf0f231e4c62f28 100644 (file)
@@ -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');