diff --git a/BTCPayServer/wwwroot/main/bootstrap/bootstrap.css b/BTCPayServer/wwwroot/main/bootstrap/bootstrap.css index 2319601eb..d9e828862 100644 --- a/BTCPayServer/wwwroot/main/bootstrap/bootstrap.css +++ b/BTCPayServer/wwwroot/main/bootstrap/bootstrap.css @@ -1577,7 +1577,7 @@ progress { } .table > :not(:first-child) { - border-top: 2px solid currentColor; + border-top: 2px solid var(--btcpay-body-border-medium); } .caption-top { @@ -9991,6 +9991,11 @@ textarea.w-auto { margin: 1.5rem -.5rem; } +/* Fix table group border width */ +.table > :not(:first-child) { + border-top-width: 1px; +} + /* custom utility classes */ .bg-tile { background-color: var(--btcpay-bg-tile);