]> git.mxchange.org Git - mailer.git/blobdiff - theme/default/css/general.css
CSS fixes on default theme and type fixed
[mailer.git] / theme / default / css / general.css
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;