make cursor pointer for sort

This commit is contained in:
Dennis Eichhorn 2021-01-31 17:17:27 +01:00
parent f893995248
commit 8f2f3d3bbc
2 changed files with 7 additions and 0 deletions

View File

@ -4461,6 +4461,9 @@ table.fixed {
table:not([id]) > thead .sort-asc, table:not([id]) > thead .sort-desc {
display: none; }
table .order-up, table .order-down {
cursor: pointer; }
table .sort-asc, table .sort-desc, table .filter {
padding: 0 5px 0 5px;
cursor: pointer; }

View File

@ -14,6 +14,10 @@ table:not([id]) > thead .sort-asc, table:not([id]) > thead .sort-desc {
display: none;
}
table .order-up, table .order-down {
cursor: pointer;
}
table .sort-asc, table .sort-desc, table .filter {
padding: 0 5px 0 5px;
cursor: pointer;