Code

Updated styles
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 11:55:06 +0000 (11:55 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 11:55:06 +0000 (11:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15918 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 44a5c601f50b11ecda8fd2a1c6ac23bb926cd861..5741e49289dd01d3573969c5ac03434d1cce1c83 100644 (file)
@@ -46,14 +46,18 @@ input[type=text], input[type=password]{
   padding:3px;
 }
 
-input[type=text]:active, input[type=text]:focus, input[type=password]:active, input[type=password]:focus,{
+input[type=text]:active, input[type=text]:focus, input[type=password]:active, input[type=password]:focus, textarea:focus, textarea:active{
   border:1px solid #777;
 }
 
-input[type=text]:hover, input[type=password]:hover{
+input[type=text]:hover, input[type=password]:hover, textarea:hover{
   border-color:#777;
 }
 
+textarea {
+  border:1px solid #CCC;
+}
+
 input[disabled] {
 color:#888;      
 background-color:#DDD;