Added the unmatched offset list and the offset matcher.

This commit is contained in:
2023-04-08 14:09:21 +08:00
parent 428018e4a9
commit 12d00c9c7d
9 changed files with 451 additions and 0 deletions

View File

@ -353,6 +353,12 @@ a.accounting-report-table-row {
margin: 0;
}
/* The unmatched offsets */
.accounting-unmatched-offset-pair-list {
height: 20rem;
overflow-y: scroll;
}
/* The Material Design text field (floating form control in Bootstrap) */
.accounting-material-text-field {
position: relative;