From c79c32eb0ae80844e9475fa7495b1034c06ca326 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 19 Sep 2016 23:39:00 +0200 Subject: [PATCH 1/3] 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 @@ + + + + From ec3e6aaca3a0ff6897f479f465d308839190419f Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 20 Sep 2016 17:33:52 +0200 Subject: [PATCH 2/3] add proper classes for white audio and video icons --- core/css/icons.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/css/icons.css b/core/css/icons.css index d9b38ab129..1e8e1bff1c 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -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'); From 2a5cd3abfce427ed613dc3317c9d4ca151c65e5c Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 21 Sep 2016 15:25:14 +0200 Subject: [PATCH 3/3] add icon-more-white --- core/css/icons.css | 3 +++ core/img/actions/more-white.svg | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 core/img/actions/more-white.svg diff --git a/core/css/icons.css b/core/css/icons.css index 1e8e1bff1c..bc13fc4f53 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -218,6 +218,9 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading- .icon-more { background-image: url('../img/actions/more.svg?v=1'); } +.icon-more-white { + background-image: url('../img/actions/more-white.svg?v=1'); +} .icon-password { background-image: url('../img/actions/password.svg?v=1'); diff --git a/core/img/actions/more-white.svg b/core/img/actions/more-white.svg new file mode 100644 index 0000000000..b0bd1f2ec6 --- /dev/null +++ b/core/img/actions/more-white.svg @@ -0,0 +1,5 @@ + + + + +