Skip to content

Commit

Permalink
Fix: Bootstrap 5.3 has a variable for table background that we should…
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Jul 7, 2023
1 parent 5045226 commit d110f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/searchPanes.bootstrap5.scss
Expand Up @@ -155,8 +155,8 @@ html[data-bs-theme="dark"] {
}

div.dataTables_scrollBody {
background: rgb(47, 52, 56) !important;
background: var(--bs-table-bg) !important;

div.dtsp-nameCont {
span.dtsp-pill {
background-color: rgb(33, 37, 41);
Expand Down

0 comments on commit d110f4b

Please sign in to comment.