From 8d9941bfd2720f5c09e7e1fcd209a4976b87beff Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Thu, 7 Oct 2021 22:26:17 -0700 Subject: [PATCH] Update toggle styling to have pointer cursor (#2957) --- BTCPayServer/wwwroot/main/bootstrap/bootstrap.css | 1 + 1 file changed, 1 insertion(+) diff --git a/BTCPayServer/wwwroot/main/bootstrap/bootstrap.css b/BTCPayServer/wwwroot/main/bootstrap/bootstrap.css index 6e461d4fe..a0a98ea54 100644 --- a/BTCPayServer/wwwroot/main/bootstrap/bootstrap.css +++ b/BTCPayServer/wwwroot/main/bootstrap/bootstrap.css @@ -10231,6 +10231,7 @@ input[type=number].hide-number-spin { border-radius: calc(var(--toggle-height) / 2); background: var(--btcpay-neutral-500); font-size: 0; + cursor: pointer; } input.btcpay-toggle {