Code

Updated style
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Jan 2010 16:18:13 +0000 (16:18 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Jan 2010 16:18:13 +0000 (16:18 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15341 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/themes/default/style.css

index 8ea281de3178baed38c88f413c83d8d4b59a86c5..b3770af006d5aeea5c44e2518c986652fa79d90c 100644 (file)
@@ -697,10 +697,17 @@ input {
 
 input[type=text] {
         border:1px solid #AAA;
+        padding:2px;
+}
+
+input[type=text]:focus, input[type=password]:focus {
+        border:1px solid #333;
 }
 
+
 input[type=password] {
         border:1px solid #AAA;
+        padding:2px;
 }