Made table headers show a pointer when they sort

This commit is contained in:
Risto Lahtela 2021-02-11 11:15:29 +02:00
parent b4a4f39ac8
commit e2af7bb467

View File

@ -1262,3 +1262,7 @@ body.sidebar-hidden .navbar-nav {
.refresh-element > i {
cursor: pointer;
}
.sorting, .sorting_desc, .sorting_asc {
cursor: pointer;
}