]> _ Git - cubeextranet.git/commitdiff
wip #1649 @0.5
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 6 Oct 2017 09:31:09 +0000 (09:31 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 6 Oct 2017 09:31:09 +0000 (09:31 +0000)
inc/ws/Util/html5/burgermenu/class.ws.html5.compiler.php

index 054dea8a64d9be680ca15b594c8593dd69f41166..53fe213938cec322191b7486afce8eb303aac570 100644 (file)
@@ -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);