Fix paid/pending invoice status UI and date handling
This commit is contained in:
10
style.css
10
style.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user