#8339 closed bug (notabug)
Hover icons not showing properly
Reported by: | ktf524 | Owned by: | ktf524 |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | [meta] ui.themeroller | Version: | 1.8.20 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have test site running: jquery 1.7.2 jquery-ui 1.8.20
I have downloaded a custom theme where the icons normally have a green background and a white foreground, and when hovered over, reverses the colors (green on a white background). It looks correct on the jQuery UI theme page. When I download the theme and install it, the normal icons look good but the hover icons give me the correct light grey background but the foreground remains white.
I am able to download the "ui-icons_3b882f_256x240.png" file from the browser but these images never show up. I looked at the "jquery-ui-1.8.20.custom.css" file and I do see the line with this png file:
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_3b882f_256x240.png); }
I have downloaded 2 stock themes (sunny and pepper-grinder) that have reversing icon colors and they show the same problem with incorrect hover icons. Everything else looks correct.
Thanks
Ken
Change History (5)
comment:1 Changed 11 years ago by
Owner: | changed from jquery-infrastructure to ktf524 |
---|---|
Status: | new → pending |
comment:2 Changed 11 years ago by
You might have gotten corrupt files due to bug: http://bugs.jqueryui.com/ticket/8057 - this has been fixed so please retry the download and see if the problem persists.
comment:3 Changed 11 years ago by
Status: | pending → new |
---|
See: https://controlpanel.egodev.net/Test
Ignore the invalid cert. This is a test site only.
(The zip file was fine.)
Ken
comment:4 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
That's not how you use icons. Use the actual button API. If you need help, please use the forums or StackOverflow.
Please provide a reduced test page showing the problem.