mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
18 lines
217 B
CSS
18 lines
217 B
CSS
.sort_link {
|
|
display: block;
|
|
cursor: pointer;
|
|
color: black;
|
|
}
|
|
|
|
.sort_link:hover {
|
|
color: black;
|
|
}
|
|
|
|
.previous-link a {
|
|
color: gray;
|
|
}
|
|
|
|
.date-drilldown {
|
|
padding-bottom: 0;
|
|
padding-top: 0;
|
|
}
|