Calculations and inputs corrected
This commit is contained in:
parent
2ea0d9363e
commit
9b717ee6d6
4 changed files with 174 additions and 54 deletions
|
|
@ -267,8 +267,7 @@ table { width: 100%; border-collapse: collapse; font-size: .92rem; }
|
|||
.month-table th:nth-child(3), .month-table td:nth-child(3),
|
||||
.month-table th:nth-child(4), .month-table td:nth-child(4),
|
||||
.month-table th:nth-child(5), .month-table td:nth-child(5),
|
||||
.month-table th:nth-child(6), .month-table td:nth-child(6),
|
||||
.month-table th:nth-child(7), .month-table td:nth-child(7) { width: 7.2rem; }
|
||||
.month-table th:nth-child(6), .month-table td:nth-child(6) { width: 7.2rem; }
|
||||
th, td { padding: .75rem .65rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
|
||||
th { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; }
|
||||
tbody tr:hover { background: rgba(255,255,255,.04); }
|
||||
|
|
@ -293,9 +292,8 @@ tbody tr:hover { background: rgba(255,255,255,.04); }
|
|||
.pill.approved, .pill.confirmed { background: #1f3b32; color: var(--ink); }
|
||||
.pill.unpaid { background: rgba(201,135,74,.22); color: var(--brand-dark); }
|
||||
.important-col { background: rgba(163,138,99,.13); font-size: 1rem; }
|
||||
.correction-cell { min-width: 5.2rem; }
|
||||
.correction-input {
|
||||
width: 4.8rem;
|
||||
.balance-override-input {
|
||||
width: 5.2rem;
|
||||
padding: .28rem .35rem;
|
||||
text-align: right;
|
||||
font-size: .85rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue