From 710128a0ba76c3c9d1479fc8c2b478c8a927ff86 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 19 Sep 2016 23:39:00 +0200 Subject: [PATCH] add audio and video icons --- core/css/icons.css | 8 ++++++++ core/img/actions/audio-white.svg | 4 ++++ core/img/actions/audio.svg | 4 ++++ core/img/actions/video-white.svg | 4 ++++ core/img/actions/video.svg | 4 ++++ 5 files changed, 24 insertions(+) create mode 100644 core/img/actions/audio-white.svg create mode 100644 core/img/actions/audio.svg create mode 100644 core/img/actions/video-white.svg create mode 100644 core/img/actions/video.svg diff --git a/core/css/icons.css b/core/css/icons.css index d1ef86a94d..d9b38ab129 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -114,6 +114,10 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading- background-image: url('../img/actions/add.svg?v=1'); } +.icon-audio { + background-image: url('../img/actions/audio.svg?v=1'); +} + .icon-caret { background-image: url('../img/actions/caret.svg?v=1'); } @@ -309,6 +313,10 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading- background-image: url('../img/actions/user.svg?v=1'); } +.icon-video { + background-image: url('../img/actions/video.svg?v=1'); +} + .icon-view-close { background-image: url('../img/actions/view-close.svg?v=1'); } diff --git a/core/img/actions/audio-white.svg b/core/img/actions/audio-white.svg new file mode 100644 index 0000000000..dc12a026ad --- /dev/null +++ b/core/img/actions/audio-white.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/img/actions/audio.svg b/core/img/actions/audio.svg new file mode 100644 index 0000000000..9880758e43 --- /dev/null +++ b/core/img/actions/audio.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/img/actions/video-white.svg b/core/img/actions/video-white.svg new file mode 100644 index 0000000000..0719ef024e --- /dev/null +++ b/core/img/actions/video-white.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/img/actions/video.svg b/core/img/actions/video.svg new file mode 100644 index 0000000000..72fab50f0c --- /dev/null +++ b/core/img/actions/video.svg @@ -0,0 +1,4 @@ + + + +