From 3dff0d52adc4890af7894ed810aa2f19c632dc27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 9 Mar 2015 17:25:51 +0100 Subject: [PATCH] style email inputs like other inputs --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index 05d0117..aec3943 100644 --- a/static/style.css +++ b/static/style.css @@ -791,6 +791,7 @@ div.block { border: 1px solid #ccc; } +input[type="email"], input[type="text"], input[type="password"] { border: 1px solid #aaa; @@ -804,6 +805,7 @@ input[type="password"] { display: block; } +input[type="email"]:focus, input[type="text"]:focus, input[type="password"]:focus { border: 1px solid #888;