From: Jan-Christoph Borchardt Date: Wed, 19 Oct 2016 13:31:02 +0000 (+0200) Subject: add fullscreen icon X-Git-Tag: v10.0.2~90^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1818%2Fhead;p=nextcloud-server.git add fullscreen icon Signed-off-by: Jan-Christoph Borchardt --- 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 @@ + + + +