From 9da74125daa0acdaf82fa1e50df548520101bc41 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 6 Oct 2017 09:31:09 +0000 Subject: [PATCH] wip #1649 @0.5 --- inc/ws/Util/html5/burgermenu/class.ws.html5.compiler.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/ws/Util/html5/burgermenu/class.ws.html5.compiler.php b/inc/ws/Util/html5/burgermenu/class.ws.html5.compiler.php index 054dea8a6..53fe21393 100644 --- a/inc/ws/Util/html5/burgermenu/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/burgermenu/class.ws.html5.compiler.php @@ -1333,6 +1333,8 @@ class wsHTML5Compiler { $lessVariables['menu-text'] = $menuTextColor; $lessVariables['menu-field-background'] = wsHTML5::colorToCSS($this->theme->parametres->subFieldColor); $lessVariables['menu-field-text'] = wsHTML5::colorToCSS($this->theme->parametres->subTextFieldColor); + $lessVariables['menu-select-background'] = wsHTML5::colorToCSS($this->theme->parametres->subSelectColor); + $lessVariables['menu-select-text'] = wsHTML5::colorToCSS($this->theme->parametres->subTextSelectColor); $lessVariables['icon-color'] = wsHTML5::colorToCSS($this->theme->parametres->couleurI); -- 2.39.5