Commit 0122a98d authored by Baptiste Mispelon's avatar Baptiste Mispelon Committed by Simon Charette
Browse files

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

parent 18e990fa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
}