From a01b34110109bfc9aea6b9d0f1deb0b233c889b5 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 19 Dec 2017 12:02:54 +0000 Subject: [PATCH] #1838 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 4 ++++ 1 file changed, 4 insertions(+) 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 067626e1f..4ed29c844 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -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); -- 2.39.5