From 920f61133220898a9e16887d5843c8a3e97a572d Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 7 Mar 2017 08:51:41 +0100 Subject: [PATCH] Apply text input styling to 'tel' inputs too Signed-off-by: Christoph Wurst --- core/css/guest.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/guest.css b/core/css/guest.css index e9538e380e6..c003c10cd7e 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -148,6 +148,7 @@ select { cursor: pointer; } input[type='text'], +input[type='tel'], input[type='password'], input[type='email'] { width: 249px;