mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-30 02:13:26 -07:00
Style fixes for tracker page
- Restore single search bar - Restore cell borders - Restore row highlighting on hover - Utilize more vertical space - Remove sorting arrows
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
table.dataTable{
|
||||
width: 100% !important;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.dataTable, table.dataTable.no-footer{
|
||||
border: none;
|
||||
font-size: 1rem;
|
||||
text-align: left;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.dataTables_wrapper .dataTables_filter{
|
||||
|
||||
Reference in New Issue
Block a user