Browse Source

Apply text input styling to 'tel' inputs too

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v12.0.0beta1
Christoph Wurst 7 years ago
parent
commit
920f611332
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      core/css/guest.css

+ 1
- 0
core/css/guest.css View File

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

Loading…
Cancel
Save