mirror of
https://github.com/django/django.git
synced 2025-02-04 14:37:19 +00:00
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 {
|
||||
|
BIN
django/contrib/admin/media/img/admin/nav-bg-selected.gif
Normal file
BIN
django/contrib/admin/media/img/admin/nav-bg-selected.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 265 B |
Loading…
x
Reference in New Issue
Block a user