diff --git a/setup/wizard/resources/wizard.css b/setup/wizard/resources/wizard.css index c250ba6..e09b65f 100644 --- a/setup/wizard/resources/wizard.css +++ b/setup/wizard/resources/wizard.css @@ -65,12 +65,12 @@ td { } #wrapper { - background: #f1f2ea url("graphics/background.gif") repeat-y left; + background: white url("graphics/background.gif") repeat-y left; } #container { width: 100%; - background: #f1f2ea url("graphics/background.gif") repeat-y left; + background: white url("graphics/background.gif") repeat-y left; float: right; margin-left: -200px; }