From bc8e7ce888ac417529ffcf8c7cdb557d0d76ae79 Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Fri, 30 Aug 2019 20:27:43 -0700 Subject: [PATCH] Add background color to cart tip button when it's focused --- BTCPayServer/wwwroot/cart/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BTCPayServer/wwwroot/cart/css/style.css b/BTCPayServer/wwwroot/cart/css/style.css index bbc3347b5..e7d110670 100644 --- a/BTCPayServer/wwwroot/cart/css/style.css +++ b/BTCPayServer/wwwroot/cart/css/style.css @@ -33,6 +33,10 @@ cursor: pointer; } +.js-cart-tip-btn:focus { + background-color: #dee2e6; +} + #js-cart-confirm { border-radius: 0; }