summaryrefslogtreecommitdiff
path: root/views/default/css/elements/forms.php
diff options
context:
space:
mode:
authorfoockinho <foockinho@lorea.org>2012-08-22 20:56:25 +0200
committerfoockinho <foockinho@lorea.org>2012-08-22 20:56:25 +0200
commitfb42a6fe90c755bca8900a77e5a08b533fa05275 (patch)
tree36cc68da3d21c38824ca5ab63983751898df576a /views/default/css/elements/forms.php
parent3661802648b967813e285a981ea972c62f3cf458 (diff)
downloadsaravea_theme-fb42a6fe90c755bca8900a77e5a08b533fa05275.tar.gz
saravea_theme-fb42a6fe90c755bca8900a77e5a08b533fa05275.tar.bz2
changed navigation more menu colors, and input colors
Diffstat (limited to 'views/default/css/elements/forms.php')
-rw-r--r--views/default/css/elements/forms.php10
1 files changed, 8 insertions, 2 deletions
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;
}