Fixed #13723 -- Improved the legibility of hyperlinks included in admin validation error messages. Thanks to Sebastian Noack for the suggestion and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13659 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f4dd38757c
commit
120070ed47
|
@ -478,6 +478,11 @@ ul.errorlist {
|
||||||
background: red url(../img/admin/icon_alert.gif) 5px .3em no-repeat;
|
background: red url(../img/admin/icon_alert.gif) 5px .3em no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.errorlist li a {
|
||||||
|
color: white;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
td ul.errorlist {
|
td ul.errorlist {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
|
|
Loading…
Reference in New Issue