Skip to content

Commit

Permalink
421ce6118d162981a14d91b5c1af665c41028de9 Fix: Bootstrap 5 dark mode i…
Browse files Browse the repository at this point in the history
…ntegration didn't show the info popover as dark

DataTables/Buttons#210

Sync to source repo @421ce6118d162981a14d91b5c1af665c41028de9
  • Loading branch information
dtbuild committed Nov 18, 2024
1 parent 221f1b0 commit 50c9324
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions css/buttons.dataTables.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,6 @@ div.dt-button-collection span.dt-button-spacer.bar {
box-shadow: none !important;
}
}
html.dark div.dt-button-info {
background-color: var(--dt-html-background);
border: 1px solid rgba(255, 255, 255, 0.15);
}

div.dt-buttons > .dt-button,
div.dt-buttons > div.dt-button-split .dt-button {
position: relative;
Expand Down Expand Up @@ -555,3 +550,7 @@ html.dark div.dt-button-collection {
background-color: rgb(33, 37, 41);
box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.8);
}
html.dark div.dt-button-info {
background-color: var(--dt-html-background);
border: 1px solid rgba(255, 255, 255, 0.15);
}
Loading

0 comments on commit 50c9324

Please sign in to comment.