Merge pull request #21013 from webdados/master

Additional HTML5 INPUT types css for settings
This commit is contained in:
Claudiu Lodromanean 2018-08-14 09:52:17 -07:00 committed by GitHub
commit 1eff763633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -3512,6 +3512,14 @@
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="time"],
input[type="week"],
input[type="url"],
input[type="tel"],
input.regular-input {
width: 400px;
margin: 0;
@ -3520,6 +3528,14 @@
vertical-align: top;
}
input[type="datetime-local"],
input[type="date"],
input[type="time"],
input[type="week"],
input[type="tel"] {
width: 200px;
}
select {
width: 400px;
margin: 0;