Opened 10 years ago
Closed 10 years ago
#8706 closed bug (notabug)
To custom background color of tooltips is not avalible ?
Reported by: | jianhom | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.tooltip | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I'd like to custom styles of tooltips with "tooltipClass" option, it works with "background" attribute, but not works with "background-color" attribute.
Note: See
TracTickets for help on using
tickets.
It's happening because the default tooltip uses a background-image to create the background. You have to remove the background-image if you want the background-color to take effect - http://jsfiddle.net/tj_vantoll/WT6pD/.