Style correction

This commit is contained in:
marijo 2026-06-09 18:23:05 +00:00
parent dfd4a178ea
commit 284bfc5a76

View file

@ -289,7 +289,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(3), .month-table td:nth-child(3),
.month-table th:nth-child(4), .month-table td:nth-child(4), .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(5), .month-table td:nth-child(5),
.month-table th:nth-child(6), .month-table td:nth-child(6), .month-table th:nth-child(6), .month-table td:nth-child(6) { width: 5rem; }
.month-table th:nth-child(7), .month-table td:nth-child(7) { width: 7.2rem; } .month-table th:nth-child(7), .month-table td:nth-child(7) { width: 7.2rem; }
th, td { padding: .75rem .65rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; } 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; } th { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; }
@ -321,8 +321,8 @@ tbody tr:hover { background: rgba(255,255,255,.04); }
.important-col { background: rgba(47,143,58,.14); font-size: 1.18rem; font-weight: 900; } .important-col { background: rgba(47,143,58,.14); font-size: 1.18rem; font-weight: 900; }
.important-col .balance-override-input { font-size: 1.05rem; font-weight: 900; } .important-col .balance-override-input { font-size: 1.05rem; font-weight: 900; }
.balance-override-input { .balance-override-input {
width: 5.2rem; width: 4.35rem;
padding: .28rem .35rem; padding: .28rem .3rem;
text-align: right; text-align: right;
font-size: .85rem; font-size: .85rem;
} }