Updates all styles save for the tooltip and tracker, which are forthcoming. I just really wanted to commit all these changes.

This commit is contained in:
Chris Wilson
2020-11-30 21:15:47 -05:00
parent 7891c2761f
commit bd3b419de0
38 changed files with 300 additions and 131 deletions

View File

@@ -19,7 +19,7 @@ table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTa
}
table.dataTable thead{
background-color: #b0a77d;
/* background-color: #b0a77d; */
}
table.dataTable thead tr th{
@@ -32,5 +32,5 @@ table.dataTable tbody tr{
}
table.dataTable tbody tr:hover{
background-color: #e2eabb;
/* background-color: #e2eabb; */
}