Added payment recording, minor CSS fixes, enabled Search

This commit is contained in:
Deon George
2021-07-02 14:35:43 +10:00
parent b89e8d18d5
commit 1bba21dcef
13 changed files with 362 additions and 12 deletions

View File

@@ -3,6 +3,6 @@ hr.d-print-block {
padding-bottom: 20px;
}
.table.table-striped tbody tr:last-child td {
.table:not(.table-borderless) tbody tr:last-child td {
border-bottom: 2px solid #dee2e6;
}