#6046 closed bug (notabug)
.ui-autocomplete-loading missing in CSS
Reported by: | ram_2k2ca | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.autocomplete | Version: | 1.8.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The loading image is missing in the CSS with version 1.8.4
This used to work in 1.8.2.
The following used to be in the CSS file and is now missing in 1.8.4
.ui-autocomplete-loading {
background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}
Change History (3)
comment:1 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Documented in the 1.8.4 Changelog and 1.8.4 Upgrade Guide. Related tickets: #5432, #5381
Note: See
TracTickets for help on using
tickets.
That rule was intentionally removed because ThemeRoller doesn't support generating animated images.