Style Datatable tooltip_conditional

Is there any way to style the datatable tooltips? I would prefer them to look like other tooltips throughout the app. The text box is very large and I would like to change the background color and/or font color.

I found this post:

Which helped a lot, but I am wanting to change the tooltip arrow also. Is that possible?

1 Like

You can try this:
https://dash-bootstrap-components.opensource.faculty.ai/l/components/tooltip

I am using that for other pieces, I can’t figure out how to use that with the DataTable tooltips.

I had the same question. Took some digging around to figure it out… you can change the color of the tooltip arrow with:

.dash-tooltip:before, .dash-tooltip:after {
    border-bottom-color: COLOR !important;
}