Apply text input styling to 'tel' inputs too
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
a5a872c9d7
commit
920f611332
|
@ -148,6 +148,7 @@ select {
|
|||
cursor: pointer;
|
||||
}
|
||||
input[type='text'],
|
||||
input[type='tel'],
|
||||
input[type='password'],
|
||||
input[type='email'] {
|
||||
width: 249px;
|
||||
|
|
Loading…
Reference in New Issue