Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 687)
+++ trunk/CHANGELOG	(revision 688)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.7.0 -------------------------------------
 10-Feb-2008 Christian Sommer
+!	removed hover highlighting of input fields to avoid possible confusion
 !	added visualization of wrong/empty input fields
 #	fixed a bug with re-enter admin password
 09-Feb-2008 Christian Sommer
Index: trunk/wb/install/stylesheet.css
===================================================================
--- trunk/wb/install/stylesheet.css	(revision 687)
+++ trunk/wb/install/stylesheet.css	(revision 688)
@@ -13,7 +13,7 @@
 	margin: 0;
 }
 
-input:hover, input:focus, select:hover, select:focus, option:hover, option:focus {
+input:focus, select:focus {
 	background: #FFFFE0;
 }
 
