Overhaul of styles for DataTables, re-add Cookie Notice

This commit is contained in:
Chris Wilson
2020-07-23 03:21:26 -04:00
parent da38029ee7
commit f484ed0274
11 changed files with 244 additions and 188 deletions

View File

@@ -0,0 +1,27 @@
table.dataTable{
width: 100% !important;
}
table.dataTable, table.dataTable.no-footer{
border: none;
font-size: 1rem;
text-align: left;
}
.dataTables_wrapper .dataTables_filter{
float: none;
text-align: left;
}
table.dataTable thead{
background-color: #b0a77d;
}
table.dataTable thead tr th{
border: none;
padding: 5px;
}
table.dataTable tbody tr{
background-color: inherit;
}