From: vincent@cubedesigners.com Date: Mon, 26 Feb 2018 14:51:54 +0000 (+0000) Subject: fix #1962 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=037db43614d77a21290ac9d97b192fb46c2d704d;p=cubeextranet.git fix #1962 @0.5 --- 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 9e48fd8d3..f8e1d16b5 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -1577,7 +1577,7 @@ class wsHTML5Compiler { protected function _cssBackground() { $body = '#background,#splash{'; - $body .= 'background-color:#' . $this->theme->parametres->backgroundColor . ';'; + $body .= 'background-color:#' . $this->theme->parametres->backgroundColor . ' !important;'; switch ($this->theme->parametres->repeat) { case wsTheme::REPEAT: $body .= 'background-repeat:repeat;';