diff options
Diffstat (limited to 'core/css/icons.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'); |