Fix paid/pending invoice status UI and date handling

This commit is contained in:
Alexander Schmidt
2026-03-26 10:06:08 +01:00
parent cb24acdc67
commit 6c15d76a86
3 changed files with 23 additions and 5 deletions

View File

@@ -403,6 +403,10 @@ textarea {
font-family: var(--mono);
}
.payment-summary.paid-confirmed .summary-amount {
color: var(--success);
}
.summary-fiat {
font-size: 0.85rem;
color: var(--text-muted);
@@ -617,6 +621,12 @@ textarea {
font-family: var(--mono);
}
.pending-info {
color: #f59e0b;
font-size: 0.75rem;
font-family: var(--mono);
}
.btn-new {
margin-top: 0.8rem;
background: transparent;