From 859bc29c5bc37368abdfe4fb4ea76481398c7908 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 16 Jan 2018 16:36:34 +0000 Subject: [PATCH] #1884 --- fluidbook/tools/fwstk/.idea/workspace.xml | 46 ++++++++----------- .../html5/master/class.ws.html5.compiler.php | 1 + 2 files changed, 19 insertions(+), 28 deletions(-) diff --git a/fluidbook/tools/fwstk/.idea/workspace.xml b/fluidbook/tools/fwstk/.idea/workspace.xml index c5ba69b28..e551890a3 100644 --- a/fluidbook/tools/fwstk/.idea/workspace.xml +++ b/fluidbook/tools/fwstk/.idea/workspace.xml @@ -6,26 +6,8 @@ - - - - - - + - - - - - - - - - - - - - @@ -72,7 +54,7 @@ - + @@ -1217,7 +1199,7 @@ - + 1487172253077 @@ -1261,11 +1243,18 @@ - - @@ -1289,7 +1278,7 @@ - + @@ -1335,7 +1324,8 @@ - @@ -1609,8 +1599,8 @@ - - + + @@ -1692,7 +1682,7 @@ - + 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 7a29a7b02..07df54000 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -1437,6 +1437,7 @@ class wsHTML5Compiler { $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); + $lessVariables['menu-overlay'] = wsHTML5::colorToCSS($this->theme->parametres->popupVideoOverlay); // Archives if ($this->book->parametres->externalArchivesBack) { -- 2.39.5