From: vincent@cubedesigners.com Date: Thu, 25 Nov 2021 15:40:54 +0000 (+0000) Subject: wait #4899 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=77bd086f35aa2ad282f82c0580e278e270f495d2;p=cubeextranet.git wait #4899 @0.25 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index 3beebec1f..1e3d97865 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -637,6 +637,7 @@ class wsHTML5Compiler $this->lessVariables['cart-actions-radius'] = $extra['actionsradius'] ?? '8px'; $this->lessVariables['cart-actions-background-color'] = $extra['actionsbackgroundcolor'] ?? '#26348b'; $this->lessVariables['cart-actions-text-color'] = $extra['actionstextcolor'] ?? '#ffffff'; + $this->lessVariables['cart-scrollbar-color'] = $extra['scrollbarcolor'] ?? '#26348b'; $this->addJsLib('cookie', 'js/libs/jquery/jquery.cookie.js'); $this->addJsLib('joueclub2021', 'js/libs/fluidbook/cart/fluidbook.cart.joueclub2021.js');