mirror of https://github.com/django/django.git
Fixed visual bug with sorted column headers in changelist having dark band at top in some cases.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16322 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
832ca058fe
commit
39005c2b84
|
@ -310,8 +310,8 @@ thead th a:link, thead th a:visited {
|
|||
display: block;
|
||||
}
|
||||
|
||||
table thead th.sorted {
|
||||
background-position: bottom left !important;
|
||||
thead th.sorted {
|
||||
background: #c5c5c5 url(../img/admin/nav-bg-selected.gif) top left repeat-x;
|
||||
}
|
||||
|
||||
table thead th.sorted a {
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 265 B |
Loading…
Reference in New Issue