diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-17 05:49:42 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-17 05:53:01 +0100 |
commit | 549e76425caf499c1466fe40b31209fd80bcb1a9 (patch) | |
tree | 7ea2c3ce5f27cbc63ea310300808cfd2caf82ae6 /core/css | |
parent | 13610ad2d06cd92ecda52c6fa902d677305f5a4b (diff) | |
download | nextcloud-server-549e76425caf499c1466fe40b31209fd80bcb1a9.tar.gz nextcloud-server-549e76425caf499c1466fe40b31209fd80bcb1a9.zip |
add icons for audio mute and video off
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/icons.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/core/css/icons.css b/core/css/icons.css index 27621ab4796..5e5f968a5bb 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -120,6 +120,12 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading- .icon-audio-white { background-image: url('../img/actions/audio-white.svg?v=2'); } +.icon-audio-off { + background-image: url('../img/actions/audio-off.svg?v=1'); +} +.icon-audio-off-white { + background-image: url('../img/actions/audio-off-white.svg?v=1'); +} .icon-caret { background-image: url('../img/actions/caret.svg?v=1'); @@ -343,6 +349,12 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading- .icon-video-white { background-image: url('../img/actions/video-white.svg?v=2'); } +.icon-video-off { + background-image: url('../img/actions/video-off.svg?v=1'); +} +.icon-video-off-white { + background-image: url('../img/actions/video-off-white.svg?v=1'); +} .icon-view-close { background-image: url('../img/actions/view-close.svg?v=1'); |