]> _ Git - fluidbook-html5.git/commitdiff
wip #4571 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 8 Jul 2021 15:52:28 +0000 (17:52 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 8 Jul 2021 15:52:28 +0000 (17:52 +0200)
style/slider.less

index a7ebd88aa830cd611eab8e0cc5040674f74fdd12..86ea87dacd01b1351259670caf9f398371c2201d 100644 (file)
@@ -1,4 +1,5 @@
-@slider-background: rgba(0, 0, 0, 0.1);
+//@slider-background: rgba(0, 0, 0, 0.1);
+//@slider-handle:#fff;
 
 #slider {
   position: absolute;
@@ -52,7 +53,7 @@
     z-index: 1;
 
     .visible {
-      background-color: #fff;
+      background-color: @slider-handle;
     }
   }