From bb1c5dead5188ad885e8525f4584e8181e26a630 Mon Sep 17 00:00:00 2001 From: rockstardev Date: Sat, 4 Apr 2020 16:32:44 -0500 Subject: [PATCH] Moving selection slider to bottom to comply with new design --- BTCPayServer/wwwroot/checkout/css/default.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/BTCPayServer/wwwroot/checkout/css/default.css b/BTCPayServer/wwwroot/checkout/css/default.css index 35e44c306..680085735 100644 --- a/BTCPayServer/wwwroot/checkout/css/default.css +++ b/BTCPayServer/wwwroot/checkout/css/default.css @@ -8556,16 +8556,17 @@ strong { } .payment-tabs__tab.active { - color: #214497; + background: #f5f5f5; font-weight: 400; + transition: all .2s ease; } .payment-tabs__slider { position: absolute; - height: 5px; + height: 3px; width: 50%; background: #51b13e; - top: 0; + bottom: 0; right: 50%; transition: all .2s ease; }