diff --git a/BTCPayServer/Views/Stores/UpdateStore.cshtml b/BTCPayServer/Views/Stores/UpdateStore.cshtml index 00f4c82a5..9cc5f1160 100644 --- a/BTCPayServer/Views/Stores/UpdateStore.cshtml +++ b/BTCPayServer/Views/Stores/UpdateStore.cshtml @@ -48,26 +48,26 @@ } } - + @if (scheme.Enabled) { - + Enabled - + } else { - + Disabled - + } @if (isSetUp) { | } - + @(isSetUp ? "Modify" : "Setup") @@ -109,26 +109,26 @@ @scheme.Address } - + @if (scheme.Enabled) { - + Enabled - + } else { - + Disabled - + } @if (isSetUp) { | } - + @(isSetUp ? "Modify" : "Setup") diff --git a/BTCPayServer/wwwroot/main/site.css b/BTCPayServer/wwwroot/main/site.css index c10cba36f..c68354096 100644 --- a/BTCPayServer/wwwroot/main/site.css +++ b/BTCPayServer/wwwroot/main/site.css @@ -261,6 +261,10 @@ pre { .w-175px { width: 175px; } .w-200px { width: 200px; } +.fw-semibold { + font-weight: 600; +} + /* Chrome, Safari, Edge, Opera */ input[type=number].hide-number-spin::-webkit-outer-spin-button, input[type=number].hide-number-spin::-webkit-inner-spin-button {