mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
make cursor pointer for sort
This commit is contained in:
parent
f893995248
commit
8f2f3d3bbc
|
|
@ -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; }
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user