fix #1034 by changing the reference for indicator.gif to ../images/waiting.gif. you may need to delete the bundle all.css for this to work in your installation

you will see a waiting animated gif in the right side of the autocomplete fields like project or context
This commit is contained in:
Reinier Balt 2010-08-06 09:36:06 +02:00
parent 710e447e1c
commit ef0c7d3913

View file

@ -35,7 +35,7 @@
}
.ac_loading {
background: white url('indicator.gif') right center no-repeat;
background: white url('../images/waiting.gif') right center no-repeat;
}
.ac_odd {