Fixed #20055 -- Add url, email, and number input types to admin CSS.

This commit is contained in:
Baptiste Mispelon 2013-03-15 18:54:19 -04:00 committed by Simon Charette
parent 18e990fa96
commit 0122a98dad
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}