1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

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

View File

@ -424,7 +424,8 @@ textarea {
vertical-align: top !important; 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; border: 1px solid #ccc;
} }