From c99c15da4f0f45ea20be40a1320112e7af83af90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 17 Feb 2008 19:09:34 +0000 Subject: [PATCH] CSS fixes on default theme and type fixed --- inc/modules/member/what-wernis.php | 2 +- theme/default/css/general.css | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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; -- 2.30.2