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.

Test: http://jsfiddle.net/MUVxY/1/

Change History (1)

comment:1 Changed 10 years ago by tj.vantoll

Resolution: notabug
Status: newclosed

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/.

Note: See TracTickets for help on using tickets.