From ebbab3f67877a682819621f0bd50c46052e48e02 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 15 Mar 2021 19:28:32 +0100 Subject: [PATCH] wait #4737 @1 --- js/libs/fluidbook/fluidbook.video.js | 1 + style/slideshow/vacheron.less | 12 ++++++------ style/videojs/video-js-core.css | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/js/libs/fluidbook/fluidbook.video.js b/js/libs/fluidbook/fluidbook.video.js index b5e11190..68d7d160 100644 --- a/js/libs/fluidbook/fluidbook.video.js +++ b/js/libs/fluidbook/fluidbook.video.js @@ -206,6 +206,7 @@ FluidbookVideo.prototype = { $(e).html(html); + player = videojs(id, setup); player.ready(function () { //console.log(id + ' player is ready'); diff --git a/style/slideshow/vacheron.less b/style/slideshow/vacheron.less index 6d6b764a..3cc2f473 100644 --- a/style/slideshow/vacheron.less +++ b/style/slideshow/vacheron.less @@ -80,9 +80,9 @@ width: @w; height: @w; border-radius: 50%; - border: 1px solid #333; + background-color: #987e52; margin: 0 10px; - color: #333; + color: #987e52; font-size: 8px; font-weight: bold; padding: unit(@w/2, px); @@ -91,7 +91,7 @@ text-align: center; svg { - color: #333; + color: #fff; position: relative; top: -3px; left: -2px; @@ -111,15 +111,15 @@ margin: 0 10px; width: @w; height: @w; - background-color: #888a8c; + background-color: #999999; border-radius: 50%; position: relative; top: -13px; border: 3px solid #fff; &:hover, &.active { - background-color: #9a8155; - border-color: #9a8155; + background-color: #987e52; + border-color: #987e52; } } } diff --git a/style/videojs/video-js-core.css b/style/videojs/video-js-core.css index 57d741b2..8fbd7eaf 100755 --- a/style/videojs/video-js-core.css +++ b/style/videojs/video-js-core.css @@ -1017,7 +1017,7 @@ body.vjs-full-window { background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; - background-color: #000000; + /*background-color: #000000;*/ cursor: pointer; margin: 0; padding: 0; -- 2.39.5