Fix thead not sticking properly in chromium-based browsers, restore scroll-sync

This commit is contained in:
Chris Wilson
2020-07-25 17:24:23 -04:00
parent 5cd5223ae0
commit 1d22c7fb97
4 changed files with 69 additions and 13 deletions
+8
View File
@@ -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;
}