]> git.mxchange.org Git - mailer.git/commitdiff
CSS fixes on default theme and type fixed
authorRoland Häder <roland@mxchange.org>
Sun, 17 Feb 2008 19:09:34 +0000 (19:09 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 17 Feb 2008 19:09:34 +0000 (19:09 +0000)
inc/modules/member/what-wernis.php
theme/default/css/general.css

index 26acfa6aa114c59c7dc0717e82bff21a1661287e..02be8e2703a7040af351d755edf1d42b0b25fac6 100644 (file)
@@ -6,7 +6,7 @@
  * -------------------------------------------------------------------- *
  * File              : what-wernis.php                                  *
  * -------------------------------------------------------------------- *
- * Short description : wernis requests                                  *
+ * Short description : Wernis requests                                  *
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Auszahlungsanfragen                              *
  * -------------------------------------------------------------------- *
index a8bf93ac8775940303c0e3f1e5eb373fc70d6909..a759cb4a982d5036220e99ec6147189e1618e13e 100644 (file)
@@ -50,7 +50,7 @@ A:hover {
        background-color        : transparent;
 }
 
-input, textarea, select, option {
+input, textarea {
        color                           : #009900;
        background-color        : #EEFFEE;
        border                          : 1px solid #AA0044;
@@ -58,6 +58,14 @@ input, textarea, select, option {
        border-style            : groove;
 }
 
+select, option {
+       background-color        : #EEFFEE;
+       border                          : solid 1px #009900;
+       color                           : #AA0044;
+       text-decoration         : none;
+       border-style            : groove;
+}
+
 ul, ol {
        margin-top                      : 0px;
        margin-bottom           : 0px;