Code

Reverted styles
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 30 Nov 2007 13:37:57 +0000 (13:37 +0000)
committercajus <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

index b834130dfcad015e41c48f00328c964d9ec16730..7de1f548333c273549ba3fe8add52d3cd81ec7d7 100644 (file)
@@ -690,23 +690,16 @@ input {
        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 {
@@ -1540,20 +1533,3 @@ td.container_:hover,div.container_:hover {
     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;
-}
-