mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
Bootstrap: Fix table styles (#3079)
This commit is contained in:
parent
3c13d6c195
commit
bbcdd5ed0d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user