]> _ Git - cubeextranet.git/commitdiff
#1838
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 19 Dec 2017 12:02:54 +0000 (12:02 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 19 Dec 2017 12:02:54 +0000 (12:02 +0000)
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index 067626e1fc1e3fe7bab7d67d705f1650a4467ec4..4ed29c844ca88d77641299dfadeeec7f322d65a4 100644 (file)
@@ -1377,6 +1377,10 @@ class wsHTML5Compiler {
                $lessVariables['arrows-background'] = wsHTML5::colorToCSS($this->theme->parametres->couleurA);
                $lessVariables['arrows-color'] = wsHTML5::colorToCSS($this->theme->parametres->arrowsColor);
 
+               // Loader
+               $lessVariables['loader-background-color'] = wsHTML5::colorToCSS($this->theme->parametres->couleurA);
+               $lessVariables['loader-foreground-color'] = wsHTML5::colorToCSS($this->theme->parametres->arrowsColor);
+
                // Audio description buttons
                $lessVariables['audiodescription-background'] = wsHTML5::colorToCSS($this->theme->parametres->couleurA);
                $lessVariables['audiodescription-color'] = wsHTML5::colorToCSS($this->theme->parametres->couleurA);