From 2d106152f85b54c842430856f53e134b550aae28 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 28 Dec 2020 17:45:56 +0100 Subject: [PATCH] wait #4130 @0.5 --- style/fluidbook.video.less | 4 ++++ style/videojs/videojs.less | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/style/fluidbook.video.less b/style/fluidbook.video.less index 84ced045..5fd58403 100644 --- a/style/fluidbook.video.less +++ b/style/fluidbook.video.less @@ -61,4 +61,8 @@ #links .videoContainer.integration-background_texts { opacity: 0; +} + +.vjs-fluidbook-skin .vjs-big-play-button { + background-image: url(@video-bigplay-image); } \ No newline at end of file diff --git a/style/videojs/videojs.less b/style/videojs/videojs.less index d7a426f9..141ebcf5 100644 --- a/style/videojs/videojs.less +++ b/style/videojs/videojs.less @@ -50,7 +50,6 @@ transform: translate(-50%, -50%); background-color: transparent !important; - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 113.4 113.4'%3E%3Cstyle%3E.st0%7Bopacity:0.8;%7D .st1%7Bfill:%23FFFFFF;%7D%3C/style%3E%3Cpath class='st0' d='M110.5 113.4H2.9c-1.6 0-2.9-1.3-2.9-2.9V2.9C0 1.3 1.3 0 2.9 0h107.6c1.6 0 2.9 1.3 2.9 2.9v107.6c0 1.6-1.3 2.9-2.9 2.9z'/%3E%3Cpath class='st1' d='M45.8 37.8l31.5 17.9c.8.5.8 1.6 0 2.1L45.8 75.6c-.8.5-1.8-.1-1.8-1V38.8c0-.9 1-1.5 1.8-1z'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; background-size: contain; -- 2.39.5