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