mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-22 23:44:26 +01:00
Bootstrap: Fix table styles (#3079)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user