From: quix0r Date: Sun, 17 Feb 2008 19:09:34 +0000 (+0000) Subject: CSS fixes on default theme and type fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4b0f1615f68ba3e76dbb0ca20fad505d8765931e;p=mailer.git CSS fixes on default theme and type fixed --- diff --git a/inc/modules/member/what-wernis.php b/inc/modules/member/what-wernis.php index 26acfa6aa1..02be8e2703 100644 --- a/inc/modules/member/what-wernis.php +++ b/inc/modules/member/what-wernis.php @@ -6,7 +6,7 @@ * -------------------------------------------------------------------- * * File : what-wernis.php * * -------------------------------------------------------------------- * - * Short description : wernis requests * + * Short description : Wernis requests * * -------------------------------------------------------------------- * * Kurzbeschreibung : Auszahlungsanfragen * * -------------------------------------------------------------------- * diff --git a/theme/default/css/general.css b/theme/default/css/general.css index a8bf93ac87..a759cb4a98 100644 --- a/theme/default/css/general.css +++ b/theme/default/css/general.css @@ -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;