mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
9 lines
114 B
CSS
9 lines
114 B
CSS
.sort_link {
|
|
display: block;
|
|
cursor: pointer;
|
|
color: black;
|
|
}
|
|
|
|
.sort_link:hover {
|
|
color: black;
|
|
}
|