From 27c87a726eafa26019723143d340e48b930edacc Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 28 Oct 2019 15:37:00 +0000 Subject: [PATCH] done #3168 @0:05 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 3 +++ 1 file changed, 3 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 0e7e3197d..bc2b6292d 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -1824,6 +1824,9 @@ class wsHTML5Compiler $lessVariables['shadow-opacity'] = wsHTML5::colorToArray($this->theme->parametres->bookShadeColor)['opacity'] * 1.2; $lessVariables['edges-display'] = $this->_lessBoolean($this->theme->parametres->usePageEdges); + $lessVariables['edge-left-offset'] = $this->theme->parametres->pageEdgeLeftOffset; + $lessVariables['edge-right-offset'] = $this->theme->parametres->pageEdgeRightOffset; + $lessVariables['edges-opacity'] = $this->theme->parametres->pageEdgeOpacity / 100; $lessVariables['page-number-color'] = wsHTML5::colorToCSS($this->theme->parametres->colorPageNumber); $lessVariables['display-page-number'] = $this->_lessBoolean($this->theme->parametres->displayPageNumber); -- 2.39.5