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:
Chris Wilson
2020-07-25 02:07:52 -04:00
parent 789d0245cc
commit 3ea435c66c
5 changed files with 68 additions and 13 deletions

View File

@@ -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{