summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 32f9dff)
raw | patch | inline | side by side (parent: 32f9dff)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 12:18:55 +0000 (12:18 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 12:18:55 +0000 (12:18 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15919 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/themes/modern/style.css | patch | blob | history |
index 5741e49289dd01d3573969c5ac03434d1cce1c83..445b9137fb654dc1e002e36c7c944614cdc5a28f 100644 (file)
padding:3px;
}
-input[type=text]:active, input[type=text]:focus, input[type=password]:active, input[type=password]:focus, textarea:focus, textarea:active{
+input[type=text]:active, input[type=text]:focus, input[type=password]:active, input[type=password]:focus, textarea:focus, textarea:active, select:focus, select:active{
border:1px solid #777;
}
-input[type=text]:hover, input[type=password]:hover, textarea:hover{
+input[type=text]:hover, input[type=password]:hover, textarea:hover, select:hover{
border-color:#777;
}
-textarea {
- border:1px solid #CCC;
+textarea, select {
+ border:1px solid #DDD;
+ margin-bottom:2px;
}
input[disabled] {
background-color:#DDD;
}
-textarea[disabled] {
+textarea[disabled], select[disabled] {
color:#000;
background-color:#DDD;
+border-color:#CCC;
}
-select[disabled] {
-color:#000;
-background-color:#DDD;
-}
+select[size=1]{
+ padding:0;
+ margin:0;
+}
h1, h2, h3 {
margin-top:2px;
/* Buttons */
-button {
+button, select[size="1"] {
padding:2px 6px;
margin:0;
margin-bottom:6px;