From 4aaf0d5ff2e12ad3ec85f01b53a0a72f23199a9c Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 19 Oct 2016 15:31:02 +0200 Subject: [PATCH] add fullscreen icon Signed-off-by: Jan-Christoph Borchardt --- core/css/icons.css | 7 +++++++ core/img/actions/fullscreen-white.svg | 4 ++++ core/img/actions/fullscreen.svg | 4 ++++ 3 files changed, 15 insertions(+) create mode 100644 core/img/actions/fullscreen-white.svg create mode 100644 core/img/actions/fullscreen.svg diff --git a/core/css/icons.css b/core/css/icons.css index 45069a23c44..e6a777331d2 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -192,6 +192,13 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading- background-image: url('../img/actions/external.svg?v=1'); } +.icon-fullscreen { + background-image: url('../img/actions/fullscreen.svg?v=1'); +} +.icon-fullscreen-white { + background-image: url('../img/actions/fullscreen-white.svg?v=1'); +} + .icon-history { background-image: url('../img/actions/history.svg?v=1'); } diff --git a/core/img/actions/fullscreen-white.svg b/core/img/actions/fullscreen-white.svg new file mode 100644 index 00000000000..77052945fb2 --- /dev/null +++ b/core/img/actions/fullscreen-white.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/img/actions/fullscreen.svg b/core/img/actions/fullscreen.svg new file mode 100644 index 00000000000..8bf215779db --- /dev/null +++ b/core/img/actions/fullscreen.svg @@ -0,0 +1,4 @@ + + + + -- 2.39.5