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:
parent
18e990fa96
commit
0122a98dad
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user