From fb42a6fe90c755bca8900a77e5a08b533fa05275 Mon Sep 17 00:00:00 2001 From: foockinho Date: Wed, 22 Aug 2012 20:56:25 +0200 Subject: changed navigation more menu colors, and input colors --- views/default/css/elements/forms.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'views/default/css/elements/forms.php') diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php index 2ee00b3..33e9c1e 100644 --- a/views/default/css/elements/forms.php +++ b/views/default/css/elements/forms.php @@ -41,12 +41,18 @@ input, textarea { box-shadow: inset 0 2px 3px #999; } -input[type=text]:focus, textarea:focus { +input[type=text]:focus, input[type=password]:focus, textarea:focus { /*border: solid 1px #ff4c12;*/ - background: #E7F0E1; + background: #FFE9B5; color:#333; } +input[type=file] { + box-shadow: none; + background: none; + border: none; +} + textarea { height: 200px; } -- cgit v1.2.3