Fixed background color conflict with Bootstrap variables.

This commit is contained in:
Stefan Bohacek 2024-05-19 18:46:29 -04:00
parent f28031001b
commit 5e5d0885e5
No known key found for this signature in database
GPG key ID: FC75CD588A42BC10
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@
line-height: 1.5;
text-align: center;
white-space: nowrap;
background-color: var(--bs-tertiary-bg);
background-color: #fff;
border: 1px solid silver;
border-radius: 8px;
border-top-right-radius: 0;
@ -72,7 +72,7 @@ input.fsb-input {
min-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
margin-left: calc(var(--bs-border-width) * -1);
margin-left: -1;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}