Closed
Description
Issue:
Info pop up background-color
is hard coded to white
in Bootstrap 5. This is a problem for Dark Mode:
This can be corrected by overriding the background color with a Bootstrap CSS variable:
div.dt-button-info {
/* use variable instead of hard coded value */
background-color: var(--bs-body-bg);
}
Corrected version:
https://live.datatables.net/kumasefa/2/edit
This CSS variable works well for both dark mode and light mode.
Metadata
Metadata
Assignees
Labels
No labels