mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ select {
|
|||
cursor: pointer;
|
||||
}
|
||||
input[type='text'],
|
||||
input[type='tel'],
|
||||
input[type='password'],
|
||||
input[type='email'] {
|
||||
width: 249px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue