Merge pull request #2937 from sbwalker/dev

cosmetic fix for input elements within a table intoduced with Bootstrap 5.3
This commit is contained in:
Shaun Walker 2023-06-26 14:00:03 -04:00 committed by GitHub
commit 8a9a1d7df7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -6,12 +6,14 @@
background-color: #ffffff !important;
border-width: 0.5px !important;
border-bottom-color: #ccc !important;
color: #000 !important;
}
.table .form-select {
background-color: #ffffff !important;
border-width: 0.5px !important;
border-bottom-color: #ccc !important;
color: #000 !important;
}
.table .btn-primary {

View File

@ -12,12 +12,14 @@ body {
background-color: #ffffff !important;
border-width: 0.5px !important;
border-bottom-color: #ccc !important;
color: #000 !important;
}
.table .form-select {
background-color: #ffffff !important;
border-width: 0.5px !important;
border-bottom-color: #ccc !important;
color: #000 !important;
}
.table .btn-primary {