diff --git a/BTCPayServer/Views/Shared/PointOfSale/Public/VueLight.cshtml b/BTCPayServer/Views/Shared/PointOfSale/Public/VueLight.cshtml index 2e13e9931..8fa10873a 100644 --- a/BTCPayServer/Views/Shared/PointOfSale/Public/VueLight.cshtml +++ b/BTCPayServer/Views/Shared/PointOfSale/Public/VueLight.cshtml @@ -81,11 +81,11 @@ - -
diff --git a/BTCPayServer/wwwroot/pos/keypad.css b/BTCPayServer/wwwroot/pos/keypad.css index 95f406b9e..2e519ab68 100644 --- a/BTCPayServer/wwwroot/pos/keypad.css +++ b/BTCPayServer/wwwroot/pos/keypad.css @@ -6,16 +6,14 @@ #PosKeypad .alert { margin-top: var(--btcpay-space-xl); } - button[data-bs-toggle] { position: absolute; - top: 1.75rem; z-index: 1; + top: 1.5rem; + height: 3.25em !important; + width: 3.25em !important; color: var(--btcpay-header-link); } -button[data-bs-toggle]:hover { - color: var(--btcpay-header-link-accent); -} button[data-bs-toggle] .icon { --icon-size: 1.75em; }