Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 688)
+++ trunk/CHANGELOG	(revision 689)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.7.0 -------------------------------------
 10-Feb-2008 Christian Sommer
+!	added highlighting of active input elements to all WB backend areas; changed some colors
 !	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
Index: trunk/wb/admin/media/template.html
===================================================================
--- trunk/wb/admin/media/template.html	(revision 688)
+++ trunk/wb/admin/media/template.html	(revision 689)
@@ -4,6 +4,11 @@
 iframe {
 	border: 2px solid #35373a;
 }
+
+input:focus, input:active {
+	background-color: #F1F8FD;
+}
+
 </style>
 
 <h2>{HEADING_BROWSE_MEDIA}</h2>
Index: trunk/wb/admin/interface/stylesheet.css
===================================================================
--- trunk/wb/admin/interface/stylesheet.css	(revision 688)
+++ trunk/wb/admin/interface/stylesheet.css	(revision 689)
@@ -70,7 +70,7 @@
 }
 .current a, .current a:link, .current a:active, .current a:visited {
 	background: #fff url(menuo.png) ;
-         background-repeat:repeat-x;
+    background-repeat:repeat-x;
 	color: #fff;
 }
 .content {
@@ -90,4 +90,8 @@
 }
 .hide {
 	display: none;
+}
+
+input:focus, select:focus, textarea:focus {
+	background: #F1F8FD;
 }
\ No newline at end of file
Index: trunk/wb/install/stylesheet.css
===================================================================
--- trunk/wb/install/stylesheet.css	(revision 688)
+++ trunk/wb/install/stylesheet.css	(revision 689)
@@ -14,7 +14,7 @@
 }
 
 input:focus, select:focus {
-	background: #FFFFE0;
+	background: #F1F8FD;
 }
 
 .wrong {
