We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a579b commit 16caae8Copy full SHA for 16caae8
astroid/astroid-framework/framework/library/astroid/Component/Utility.php
@@ -99,7 +99,7 @@ public static function layout()
99
$layout_background_image = $params->get('layout_background_image', '');
100
101
if (!empty($layout_background_image)) {
102
- $style = new Style('.astroid-layout.astroid-layout-boxed');
+ $style = new Style('body');
103
$style->addCss('background-image', 'url(' . \JURI::root() . Helper\Media::getPath() . '/' . $layout_background_image . ')');
104
$style->addCss('background-repeat', $params->get('layout_background_repeat', 'inherit'));
105
$style->addCss('background-size', $params->get('layout_background_size', 'inherit'));
0 commit comments