From: Robert Sesek Date: Sun, 4 Jan 2009 04:01:17 +0000 (-0800) Subject: Add input element styling X-Git-Tag: 3.2.0~11 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=eb11c95f9f343032cd953d2349c45de8a436aa43;p=isso.git Add input element styling * Decorator.css.php --- 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 */ /*******************************************************************/