-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.button-info background-color too light in Bootstrap 5 Dark Mode #210
Comments
Good point! Thank you. I'll get that sorted on Monday. |
AllanJard
added a commit
that referenced
this issue
Nov 18, 2024
Fixed here. It will be in the next release. |
AllanJard
pushed a commit
to DataTables/Dist-DataTables-Buttons
that referenced
this issue
Nov 18, 2024
…ntegration didn't show the info popover as dark DataTables/Buttons#210 Sync to source repo @421ce6118d162981a14d91b5c1af665c41028de9
AllanJard
pushed a commit
to DataTables/Dist-DataTables-Buttons-DataTables
that referenced
this issue
Nov 18, 2024
…ntegration didn't show the info popover as dark DataTables/Buttons#210 Sync to source repo @421ce6118d162981a14d91b5c1af665c41028de9
AllanJard
pushed a commit
to DataTables/Dist-DataTables-Buttons-Bootstrap
that referenced
this issue
Nov 18, 2024
…ntegration didn't show the info popover as dark DataTables/Buttons#210 Sync to source repo @421ce6118d162981a14d91b5c1af665c41028de9
AllanJard
pushed a commit
to DataTables/Dist-DataTables-Buttons-Foundation
that referenced
this issue
Nov 18, 2024
…ntegration didn't show the info popover as dark DataTables/Buttons#210 Sync to source repo @421ce6118d162981a14d91b5c1af665c41028de9
AllanJard
pushed a commit
to DataTables/Dist-DataTables-Buttons-jQueryUI
that referenced
this issue
Nov 18, 2024
…ntegration didn't show the info popover as dark DataTables/Buttons#210 Sync to source repo @421ce6118d162981a14d91b5c1af665c41028de9
AllanJard
pushed a commit
to DataTables/Dist-DataTables-Buttons-SemanticUI
that referenced
this issue
Nov 18, 2024
…ntegration didn't show the info popover as dark DataTables/Buttons#210 Sync to source repo @421ce6118d162981a14d91b5c1af665c41028de9
AllanJard
pushed a commit
to DataTables/Dist-DataTables-Buttons-Bootstrap4
that referenced
this issue
Nov 18, 2024
…ntegration didn't show the info popover as dark DataTables/Buttons#210 Sync to source repo @421ce6118d162981a14d91b5c1af665c41028de9
AllanJard
pushed a commit
to DataTables/Dist-DataTables-Buttons-Bootstrap5
that referenced
this issue
Nov 18, 2024
…ntegration didn't show the info popover as dark DataTables/Buttons#210 Sync to source repo @421ce6118d162981a14d91b5c1af665c41028de9
AllanJard
pushed a commit
to DataTables/Dist-DataTables-Buttons-Bulma
that referenced
this issue
Nov 18, 2024
…ntegration didn't show the info popover as dark DataTables/Buttons#210 Sync to source repo @421ce6118d162981a14d91b5c1af665c41028de9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue:
Info pop up
background-color
is hard coded towhite
in Bootstrap 5. This is a problem for Dark Mode:Example:
This can be corrected by overriding the background color with a Bootstrap CSS variable:
Corrected version:
https://live.datatables.net/kumasefa/2/edit
This CSS variable works well for both dark mode and light mode.
The text was updated successfully, but these errors were encountered: