Select-Boxen auch bei Firefox 3.6 weiß darstellen
bernd

bernd commited on 2010-02-23 13:17:33
Zeige 1 geänderte Dateien mit 1 Einfügungen und 0 Löschungen.


git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1683 87cf0b9e-d624-0410-a070-f6ee81989793
... ...
@@ -123,6 +123,7 @@ span.login_label {
123 123
 input[type=text],input[type=password],textarea,select {
124 124
         border: 1px solid black;
125 125
         padding: 3px;
126
+        background-color: #FFFFFF;
126 127
         }
127 128
 
128 129
 input[type=text]:focus,input[type=password]:focus,textarea:focus {
129 130