Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 692)
+++ trunk/CHANGELOG	(revision 693)
@@ -14,6 +14,7 @@
 10-Feb-2008 Thomas Hornik
 #	CAPTCHA: Wrong text for calc_ttf-captcha. 
 10-Feb-2008 Christian Sommer
+!	adapted color for onmouseover effect
 !	added disclaimer to the upgrade-script as the script is not sufficiently tested yet
 !	made Website Header field in Settings visible per default
 !	modified all templates (display Website Header, use show_menu instead of page_menu)
Index: trunk/wb/admin/media/browse.html
===================================================================
--- trunk/wb/admin/media/browse.html	(revision 692)
+++ trunk/wb/admin/media/browse.html	(revision 693)
@@ -71,7 +71,7 @@
 
 <table cellpadding="4" cellspacing="0" border="0" width="100%" class="{DISPLAY_LIST_TABLE}">
 <!-- BEGIN list_block -->
-<tr style="background-color: #{ROW_BG_COLOR};" onmouseover="this.style.backgroundColor = '#FFFFE0'" onmouseout="this.style.backgroundColor = '#{ROW_BG_COLOR}'">
+<tr style="background-color: #{ROW_BG_COLOR};" onmouseover="this.style.backgroundColor = '#F1F8DD'" onmouseout="this.style.backgroundColor = '#{ROW_BG_COLOR}'">
 	<td width="18" style="padding-left: 10px;">
 		<a href="{LINK}" target="{LINK_TARGET}">
 			<img src="{FILETYPE_ICON}" class="{DISPLAY_ICON}" border="0" alt="" />
Index: trunk/wb/admin/pages/index.php
===================================================================
--- trunk/wb/admin/pages/index.php	(revision 692)
+++ trunk/wb/admin/pages/index.php	(revision 693)
@@ -164,7 +164,7 @@
 			
 			<li id="p<?php echo $page['parent']; ?>" style="padding: 2px 0px 2px 0px;">
 			<table width="720" cellpadding="1" cellspacing="0" border="0" style="background-color: #ECF3F7;">
-			<tr onmouseover="this.style.backgroundColor = '#FFFFE0'" onmouseout="this.style.backgroundColor = '#ECF3F7'">
+			<tr onmouseover="this.style.backgroundColor = '#F1F8DD'" onmouseout="this.style.backgroundColor = '#ECF3F7'">
 				<td width="20" style="padding-left: <?php echo $page['level']*20; ?>px;">
 					<?php
 					if($display_plus == true) {
Index: trunk/wb/admin/pages/sections.php
===================================================================
--- trunk/wb/admin/pages/sections.php	(revision 692)
+++ trunk/wb/admin/pages/sections.php	(revision 693)
@@ -180,7 +180,7 @@
 		$module_name=$database->get_one("SELECT name FROM ".TABLE_PREFIX."addons WHERE directory='".$section['module']."'");
 		if(!is_numeric(array_search($section['module'], $module_permissions))) {
 			?>
-			<tr onmouseover="this.style.backgroundColor = '#FFFFE0'" onmouseout="this.style.backgroundColor = '#FFF'">
+			<tr onmouseover="this.style.backgroundColor = '#F1F8DD'" onmouseout="this.style.backgroundColor = '#FFF'">
 				<td style="width: <?php if(SECTION_BLOCKS) print "120"; else print "200"; ?>px;"><a href="<?php echo ADMIN_URL; ?>/pages/modify.php?page_id=<?php echo $page_id; ?>#<?php echo $section['section_id']; ?>"><?php echo $module_name; ?></a></td>
 				<?php if(SECTION_BLOCKS) { ?>
 				<td>
