From d189deefb49ee7362fe9e709e9d89310e88b831e Mon Sep 17 00:00:00 2001 From: dstrukt Date: Sun, 9 Jan 2022 03:04:32 -0800 Subject: [PATCH] adds secondary button look to rounded tab nav --- BTCPayServer/Views/Stores/SetupLightningNode.cshtml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Views/Stores/SetupLightningNode.cshtml b/BTCPayServer/Views/Stores/SetupLightningNode.cshtml index 0f5e5980b..4470f7677 100644 --- a/BTCPayServer/Views/Stores/SetupLightningNode.cshtml +++ b/BTCPayServer/Views/Stores/SetupLightningNode.cshtml @@ -35,9 +35,14 @@ display: inline-block; padding: .75rem 2rem; color: var(--btcpay-primary); - font-weight: var(--btcpay-font-weight-semibold); + font-weight: var(--btcpay-font-weight-semibold); border-radius: 1.5rem; + border: 1px solid var(--btcpay-secondary-border); cursor: pointer; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + } + #LightningNodeTypeTablist label:hover { + border-color: var(--btcpay-secondary-border-hover); } #LightningNodeTypeTablist input[disabled]:checked + label { background: var(--btcpay-secondary); @@ -70,7 +75,7 @@ - +