summaryrefslogtreecommitdiff
path: root/views/default/css/elements/forms.php
diff options
context:
space:
mode:
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;
}