Apply text input styling to 'tel' inputs too

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2017-03-07 08:51:41 +01:00
parent a5a872c9d7
commit 920f611332
No known key found for this signature in database
GPG key ID: CC42AC2A7F0E56D8

View file

@ -148,6 +148,7 @@ select {
cursor: pointer;
}
input[type='text'],
input[type='tel'],
input[type='password'],
input[type='email'] {
width: 249px;