summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-08-07 07:39:03 +0000
committerivan <ivan>2010-08-07 07:39:03 +0000
commit82970ec1511c7bbb892eb296f3c0358480b77ba6 (patch)
tree9c3f67b8a0c6c7f5ec2e0ebf260844034430cc31
parent171120ce1b3245ed33956d882e06889c7cda2f87 (diff)
style password entry 2.1 style too
-rw-r--r--httemplate/elements/freeside.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css
index dfb56e959..dcb639b41 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -16,7 +16,7 @@ a[href]:hover {
color: #7e0079;
}
-textarea, input[type="text"] {
+textarea, input[type="text"], input[type="password"] {
border: 1px solid #666666;
padding: 1px;
-moz-border-radius: 2px;
@@ -24,7 +24,7 @@ textarea, input[type="text"] {
border-radius: 2px;
}
-textarea:hover, input[type="text"]:hover {
+textarea:hover, input[type="text"]:hover, input[type="password"]:hover {
border: 1px solid #7e0079;
padding: 1px;
-moz-border-radius: 2px;
@@ -32,7 +32,7 @@ textarea:hover, input[type="text"]:hover {
border-radius: 2px;
}
-textarea:focus, input[type="text"]:focus {
+textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
background-color: #ffffdd;
border: 1px solid #7e0079;
-moz-border-radius: 2px;