Skip to content

Commit 50c9324

Browse files
author
dtbuild
committed
421ce6118d162981a14d91b5c1af665c41028de9 Fix: Bootstrap 5 dark mode integration didn't show the info popover as dark
DataTables/Buttons#210 Sync to source repo @421ce6118d162981a14d91b5c1af665c41028de9
1 parent 221f1b0 commit 50c9324

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

css/buttons.dataTables.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,6 @@ div.dt-button-collection span.dt-button-spacer.bar {
171171
box-shadow: none !important;
172172
}
173173
}
174-
html.dark div.dt-button-info {
175-
background-color: var(--dt-html-background);
176-
border: 1px solid rgba(255, 255, 255, 0.15);
177-
}
178-
179174
div.dt-buttons > .dt-button,
180175
div.dt-buttons > div.dt-button-split .dt-button {
181176
position: relative;
@@ -555,3 +550,7 @@ html.dark div.dt-button-collection {
555550
background-color: rgb(33, 37, 41);
556551
box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.8);
557552
}
553+
html.dark div.dt-button-info {
554+
background-color: var(--dt-html-background);
555+
border: 1px solid rgba(255, 255, 255, 0.15);
556+
}

0 commit comments

Comments
 (0)