]> _ Git - cubeextranet.git/commitdiff
fix #1962 @0.5
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 26 Feb 2018 14:51:54 +0000 (14:51 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 26 Feb 2018 14:51:54 +0000 (14:51 +0000)
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index 9e48fd8d3f76a6cf9f6c03ddabf2694d5275e206..f8e1d16b58322e10f59e3da335f53582ef146575 100644 (file)
@@ -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;';