mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-10 17:26:05 +01:00
Toggle color fix
This commit is contained in:
parent
b5b45d9a27
commit
62d765125d
1 changed files with 1 additions and 1 deletions
|
@ -12862,7 +12862,7 @@ input.btcpay-toggle {
|
|||
|
||||
input.btcpay-toggle:checked,
|
||||
.btcpay-toggle.btcpay-toggle--active {
|
||||
background: var(--btcpay-toggle-bg-hover);
|
||||
background: var(--btcpay-toggle-bg-active);
|
||||
}
|
||||
|
||||
input.btcpay-toggle:not(:disabled):checked:hover,
|
||||
|
|
Loading…
Add table
Reference in a new issue