From: ivan Date: Sat, 7 Aug 2010 07:39:03 +0000 (+0000) Subject: style password entry 2.1 style too X-Git-Tag: TORRUS_1_0_9~425 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=82970ec1511c7bbb892eb296f3c0358480b77ba6;p=freeside.git style password entry 2.1 style too --- 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;