tooltip background opacity

Is there a place where I can alter the tooltip background opacity? Thank you

Hi,

You can use CSS override to do this. Go to Admin > Setup > App Styling > edit CSS style resource and add the following. You can add more properties if required. This will change tooltip background opacity across the whole instance.
.tooltip-container {
opacity: 0.5
}

Also, check this article out for customizing CSS styles:
https://www.dundas.com/support/learning/documentation/administration-configuration-customization/white-labeling-the-application#h2-custom-css

1 Like