mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Update notification dropdown styling (#2167)
* Update notification dropdown strings * Update notification dropdown styling address #2131 * Update border color * Update notification hover color * Revert "was confirmed paid" to "has been paid" change * Move styles to site.css * Update style="border-bottom: 0;" to border-bottom-0 * Update heading * Add icon sprite * Add default icon styles * Use "currentColor" instead of specific color for icon * Update icon color definition * Adjust dropdown position * Update h4 to h5
This commit is contained in:
@@ -36,12 +36,12 @@ namespace BTCPayServer.Services.Notifications.Blobs
|
||||
|
||||
internal static Dictionary<string, string> TextMapping = new Dictionary<string, string>()
|
||||
{
|
||||
// {InvoiceEvent.PaidInFull, "was fully paid."},
|
||||
{InvoiceEvent.PaidAfterExpiration, "was paid after expiration."},
|
||||
{InvoiceEvent.ExpiredPaidPartial, "expired with partial payments."},
|
||||
{InvoiceEvent.FailedToConfirm, "has payments that failed to confirm on time."},
|
||||
// {InvoiceEvent.ReceivedPayment, "received a payment."},
|
||||
{InvoiceEvent.Confirmed, "was confirmed paid."}
|
||||
// {InvoiceEvent.PaidInFull, "was fully paid"},
|
||||
{InvoiceEvent.PaidAfterExpiration, "was paid after expiration"},
|
||||
{InvoiceEvent.ExpiredPaidPartial, "expired with partial payments"},
|
||||
{InvoiceEvent.FailedToConfirm, "has payments that failed to confirm on time"},
|
||||
// {InvoiceEvent.ReceivedPayment, "received a payment"},
|
||||
{InvoiceEvent.Confirmed, "was confirmed paid"}
|
||||
};
|
||||
|
||||
protected override void FillViewModel(InvoiceEventNotification notification,
|
||||
|
||||
Reference in New Issue
Block a user