From 549e76425caf499c1466fe40b31209fd80bcb1a9 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 17 Nov 2016 05:49:42 +0100 Subject: [PATCH] add icons for audio mute and video off Signed-off-by: Jan-Christoph Borchardt --- core/css/icons.css | 12 ++++++++++++ core/img/actions/audio-off-white.svg | 10 ++++++++++ core/img/actions/audio-off.svg | 4 ++++ core/img/actions/audio.svg | 2 +- core/img/actions/video-off-white.svg | 10 ++++++++++ core/img/actions/video-off.svg | 4 ++++ core/img/actions/video.svg | 2 +- 7 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 core/img/actions/audio-off-white.svg create mode 100644 core/img/actions/audio-off.svg create mode 100644 core/img/actions/video-off-white.svg create mode 100644 core/img/actions/video-off.svg 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'); diff --git a/core/img/actions/audio-off-white.svg b/core/img/actions/audio-off-white.svg new file mode 100644 index 00000000000..1968e4c7cfc --- /dev/null +++ b/core/img/actions/audio-off-white.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/img/actions/audio-off.svg b/core/img/actions/audio-off.svg new file mode 100644 index 00000000000..8cf7fbcb5ca --- /dev/null +++ b/core/img/actions/audio-off.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/img/actions/audio.svg b/core/img/actions/audio.svg index d1719a0b965..fa55c949a9d 100644 --- a/core/img/actions/audio.svg +++ b/core/img/actions/audio.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/core/img/actions/video-off-white.svg b/core/img/actions/video-off-white.svg new file mode 100644 index 00000000000..dbd3120a33a --- /dev/null +++ b/core/img/actions/video-off-white.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/img/actions/video-off.svg b/core/img/actions/video-off.svg new file mode 100644 index 00000000000..cb61fe51986 --- /dev/null +++ b/core/img/actions/video-off.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/img/actions/video.svg b/core/img/actions/video.svg index 6c74ec7e1f7..002198dc0ab 100644 --- a/core/img/actions/video.svg +++ b/core/img/actions/video.svg @@ -1 +1 @@ - \ No newline at end of file + -- 2.39.5