Skip to main content

Search and Top Navigation

#8706 closed bug (notabug)

Opened October 22, 2012 03:53AM UTC

Closed October 22, 2012 12:34PM UTC

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/

Attachments (0)
Change History (1)

Changed October 22, 2012 12:34PM UTC by tj.vantoll comment:1

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