From: Vincent Vanwaelscappel Date: Thu, 8 Jul 2021 15:52:28 +0000 (+0200) Subject: wip #4571 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=bffac4db303e0989944462679d45ab459077c3b7;p=fluidbook-html5.git wip #4571 @0.5 --- diff --git a/style/slider.less b/style/slider.less index a7ebd88a..86ea87da 100644 --- a/style/slider.less +++ b/style/slider.less @@ -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; } }