Apply text input styling to 'tel' inputs too

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/3747/head
Christoph Wurst 9 years ago
parent a5a872c9d7
commit 920f611332
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
  1. 1
      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;

Loading…
Cancel
Save