From: vincent@cubedesigners.com Date: Wed, 21 Jun 2017 19:37:05 +0000 (+0000) Subject: #1487 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=43a96037a5a7ad56e9f39165bf03b304a9ce226f;p=cubeextranet.git #1487 --- diff --git a/inc/ws/Util/html5/slider/class.ws.html5.compiler.php b/inc/ws/Util/html5/slider/class.ws.html5.compiler.php index 4e7c70a67..524c6b831 100644 --- a/inc/ws/Util/html5/slider/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/slider/class.ws.html5.compiler.php @@ -1357,11 +1357,10 @@ class wsHTML5Compiler { $res[] = '#shadow>div{' . wsHTML5::writeCSSUA('box-shadow', '0 0 20px ' . $shadowColor) . '}'; } + $lessVariables['links-color']=wsHTML5::colorToCSS($this->theme->parametres->linksColor); + // Links Styles $res = array_merge($res, $links); - $res[] = '.link a.displayArea:hover,.link a.displayArea.animating{background-color:' . wsHTML5::colorToCSS($this->theme->parametres->linksColor, 0.4) . ';}'; - $res[] = '.link a.displayArea:hover{opacity:1 !important;}'; - $res[] = '.link a.displayArea{-webkit-tap-highlight-color:' . wsHTML5::colorToCSS($this->theme->parametres->linksColor, 0.4) . ';background-color:' . wsHTML5::colorToCSS($this->theme->parametres->linksColor, 0.0001) . ';}'; // Bookmarks if (!isset($this->book->parametres->bookmarkCornerSize)) {