Fixed #20055 -- Add url, email, and number input types to admin CSS.
This commit is contained in:
parent
18e990fa96
commit
0122a98dad
|
@ -424,7 +424,8 @@ textarea {
|
|||
vertical-align: top !important;
|
||||
}
|
||||
|
||||
input[type=text], input[type=password], textarea, select, .vTextField {
|
||||
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number],
|
||||
textarea, select, .vTextField {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue