Skip to content

.button-info background-color too light in Bootstrap 5 Dark Mode #210

Closed
@jmoppel

Description

@jmoppel

Issue:
Info pop up background-color is hard coded to white in Bootstrap 5. This is a problem for Dark Mode:

Example:
image

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
image

This CSS variable works well for both dark mode and light mode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions