]> _ Git - fluidbook-html5.git/commitdiff
wait #4737 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 15 Mar 2021 18:28:32 +0000 (19:28 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 15 Mar 2021 18:28:32 +0000 (19:28 +0100)
js/libs/fluidbook/fluidbook.video.js
style/slideshow/vacheron.less
style/videojs/video-js-core.css

index b5e1119078c5b0e6fb537271e7d9fc251bf022dc..68d7d16023bed787d00c46a548906b0d744bc1de 100644 (file)
@@ -206,6 +206,7 @@ FluidbookVideo.prototype = {
 
         $(e).html(html);
 
+
         player = videojs(id, setup);
         player.ready(function () {
             //console.log(id + ' player is ready');
index 6d6b764a3519a5f14f77f1a8fb11e800475fb87f..3cc2f47318ca7339b80080baf0aff3450b366955 100644 (file)
@@ -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;
         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;
         }
       }
     }
index 57d741b26846a158a6d7e18e6b8285c6d61beb32..8fbd7eaf728a2ecd224da01fbe25f3f8213ac4a9 100755 (executable)
@@ -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;