mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-27 23:13:23 -07:00
make tracker table sortable, give it a fixedHeader and prepare it for ajax refresh
This commit is contained in:
12
WebHost/static/static.css
Normal file
12
WebHost/static/static.css
Normal file
@@ -0,0 +1,12 @@
|
||||
table.dataTable.table-sm > thead > tr > th :not(.sorting_disabled) {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.dataTable > thead > tr > th[class*="sort"]:before,
|
||||
.dataTable > thead > tr > th[class*="sort"]:after {
|
||||
content: "" !important;
|
||||
}
|
||||
|
||||
table.dataTable.table-sm > thead > tr > th {
|
||||
padding: 1px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user