Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 751)
+++ trunk/CHANGELOG	(revision 752)
@@ -15,6 +15,7 @@
 # 	fixed loading time and some display issues in IE6 of the new admin interface
 !	tweaked the new admin interface a little bit
 12-Mar-2008 Christian Sommer
+! 	adjusted background color of installation and upgrade script
 ! 	set version number to 2.7 (RC2) for the upcoming second release candidate
 ! 	removed hardcoded /admin folder strings from WB core files where possible
 ! 	added WB home folder fix proposed by the forum member spawnferkel (thanks)
Index: trunk/wb/upgrade-script.php
===================================================================
--- trunk/wb/upgrade-script.php	(revision 751)
+++ trunk/wb/upgrade-script.php	(revision 752)
@@ -119,7 +119,7 @@
 
 #container {
 	width:85%;
-	background: #9ACBF1 url(<?php echo ADMIN_URL;?>/interface/background.png) repeat-x;
+	background: #A8BCCB url(<?php echo ADMIN_URL;?>/interface/background.png) repeat-x;
 	border:1px solid #000;
 	color:#000;
 	margin:2em auto;
Index: trunk/wb/install/stylesheet.css
===================================================================
--- trunk/wb/install/stylesheet.css	(revision 751)
+++ trunk/wb/install/stylesheet.css	(revision 752)
@@ -1,17 +1,17 @@
-body,td,th,input,textarea {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 12px;
-	color: #000000;
-}
-body {
-	background-color: #9ACBF1;
-	background-image: url(../admin/interface/background.png);
-	background-repeat: repeat-x;
-	margin: 0px;
-}
-form {
-	margin: 0;
-}
+body,td,th,input,textarea {
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	color: #000000;
+}
+body {
+	background-color: #A8BCCB;
+	background-image: url(../admin/interface/background.png);
+	background-repeat: repeat-x;
+	margin: 0px;
+}
+form {
+	margin: 0;
+}
 
 input:focus, select:focus {
 	background: #F1F8FD;
@@ -21,54 +21,54 @@
 	background-color: #FFDBDB;
 }
 
-.submit {
-	border : solid 1px #CCCCCC;
-	background: #E9ECEF;
-	color : #003366;
-	font-weight : bold;
-	font-size : 11px;
-	padding: 4px;
-	width: 100%;
-}
-.content {
-	background-color: #FFFFFF;
-	padding: 15px;
-	height: 350px;
-	width: 750px;
-	text-align: justify;
-	vertical-align: top;
-}
-hr {
-	margin: 15px 0px 15px 0px;
-	color: #003366;
-	height: 1px;
-}
-h1 {
-	font-size: 15px;
-	color: #336699;
-	margin: 0px 0px 5px 0px;
-	border-bottom: 1px solid #CCCCCC;
-}
-a:link, a:visited, a:active {
-	color: #003366;
-	text-decoration: none;
-}
-a:hover {
-	text-decoration: none;
-	color: #336699;
-}
-.bad {
-	color: #FF0000;
-	font-weight: bold;
-}
-.good {
-	color: #009900;
-	font-weight: bold;
-}
-.note {
-	color: #666666;
-	font-size: 10px;
-}
-.hide {
-	display: none;
+.submit {
+	border : solid 1px #CCCCCC;
+	background: #E9ECEF;
+	color : #003366;
+	font-weight : bold;
+	font-size : 11px;
+	padding: 4px;
+	width: 100%;
+}
+.content {
+	background-color: #FFFFFF;
+	padding: 15px;
+	height: 350px;
+	width: 750px;
+	text-align: justify;
+	vertical-align: top;
+}
+hr {
+	margin: 15px 0px 15px 0px;
+	color: #003366;
+	height: 1px;
+}
+h1 {
+	font-size: 15px;
+	color: #336699;
+	margin: 0px 0px 5px 0px;
+	border-bottom: 1px solid #CCCCCC;
+}
+a:link, a:visited, a:active {
+	color: #003366;
+	text-decoration: none;
+}
+a:hover {
+	text-decoration: none;
+	color: #336699;
+}
+.bad {
+	color: #FF0000;
+	font-weight: bold;
+}
+.good {
+	color: #009900;
+	font-weight: bold;
+}
+.note {
+	color: #666666;
+	font-size: 10px;
+}
+.hide {
+	display: none;
 }
\ No newline at end of file
