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.
Attachments (0)
Change History (1)
Changed October 22, 2012 12:34PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
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/.