Add input element styling
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 4 Jan 2009 04:01:17 +0000 (20:01 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 4 Jan 2009 04:01:17 +0000 (20:01 -0800)
* Decorator.css.php

Decorator.css.php

index 59145dba3916b6d4ee7577f7feacb1fdbec13e1a..baba1f081ba7bfa6fc7817fc14fd6767d29e8295 100644 (file)
@@ -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 */
 /*******************************************************************/