mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-27 14:49:54 -07:00
Fix thead not sticking properly in chromium-based browsers, restore scroll-sync
This commit is contained in:
@@ -14,6 +14,10 @@ table.dataTable, table.dataTable.no-footer{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc{
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
table.dataTable thead{
|
||||
background-color: #b0a77d;
|
||||
}
|
||||
@@ -26,3 +30,7 @@ table.dataTable thead tr th{
|
||||
table.dataTable tbody tr{
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
table.dataTable tbody tr:hover{
|
||||
background-color: #e2eabb;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user