mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-29 20:04:18 +01:00
Add background color to cart tip button when it's focused
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.js-cart-tip-btn:focus {
|
||||
background-color: #dee2e6;
|
||||
}
|
||||
|
||||
#js-cart-confirm {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user