diff --git a/core/css/icons.css b/core/css/icons.css index 45069a23c4..e6a777331d 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 0000000000..77052945fb --- /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 0000000000..8bf215779d --- /dev/null +++ b/core/img/actions/fullscreen.svg @@ -0,0 +1,4 @@ + + + +