From 3d98313dd9e55cfdcc15caf500d7315e5c28dc56 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 6 Sep 2010 12:38:39 +0200 Subject: [PATCH] oops, textareas were rendered like passwords --- planetlab/css/plc_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetlab/css/plc_style.css b/planetlab/css/plc_style.css index dec59a6..cba8b5f 100644 --- a/planetlab/css/plc_style.css +++ b/planetlab/css/plc_style.css @@ -38,7 +38,7 @@ input[type="text"], textarea { background-position: top; } -input[type="password"], textarea { +input[type="password"] { border: solid 1px #444; background-image: url( '/planetlab/icons/form_input_password.png' ); background-repeat: repeat-x; -- 2.47.0