summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d7b9165)
raw | patch | inline | side by side (parent: d7b9165)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 30 Nov 2007 13:37:57 +0000 (13:37 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 30 Nov 2007 13:37:57 +0000 (13:37 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7959 594d385d-05f5-0310-b6e9-bd551577e9d8
html/themes/default/style.css | patch | blob | history |
index b834130dfcad015e41c48f00328c964d9ec16730..7de1f548333c273549ba3fe8add52d3cd81ec7d7 100644 (file)
font-size:12px;
}
-input.text {
- font-size:12px;
- border:1px solid #AAA;
-}
-
input:focus {
font-size:12px;
}
select {
font-size:12px;
- border:1px solid #AAA;
}
textarea {
font-size:12px;
- border:1px solid #AAA;
}
textarea:focus {
line-height: 0;
}
-/* Dojo override */
-.tundra .dijitTextBox,
-.tundra .dijitComboBox,
-.tundra .dijitSpinner,
-.tundra .dijitInlineEditor input,
-.tundra .dijitTextArea {
- background: #fff;
-}
-
-.tundra .dijitTextBoxError,
-.tundra .dijitComboBoxError,
-.tundra .dijitSpinnerError {
- border:1px solid #f3d118;
- background-color:#f9f7ba;
- background-image:none;
-}
-