Merge pull request #21013 from webdados/master
Additional HTML5 INPUT types css for settings
This commit is contained in:
commit
1eff763633
|
@ -3512,6 +3512,14 @@
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
input[type="email"],
|
input[type="email"],
|
||||||
input[type="number"],
|
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 {
|
input.regular-input {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -3520,6 +3528,14 @@
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="datetime-local"],
|
||||||
|
input[type="date"],
|
||||||
|
input[type="time"],
|
||||||
|
input[type="week"],
|
||||||
|
input[type="tel"] {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in New Issue