From eb11c95f9f343032cd953d2349c45de8a436aa43 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 3 Jan 2009 20:01:17 -0800 Subject: [PATCH] Add input element styling * Decorator.css.php --- Decorator.css.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Decorator.css.php b/Decorator.css.php index 59145db..baba1f0 100644 --- a/Decorator.css.php +++ b/Decorator.css.php @@ -161,6 +161,22 @@ fieldset dl dd float: right; } +/*******************************************************************/ +/* Input Elements */ +/*******************************************************************/ + +/* Give the input elements some styling */ +input, select, textarea +{ + border-width: 1px; + border-style: solid; + border-color: rgb(123, 170, 90); + + padding: 3px; + + background-color: rgb(237, 245, 230); +} + /*******************************************************************/ /* Tables */ /*******************************************************************/ -- 2.22.5