facilmap/frontend/app/table/table.css

7 wiersze
101 B
CSS

table th.sort-none,table th.sort-up {
cursor: s-resize;
}
table th.sort-down {
cursor: n-resize;
}