mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-29 21:38:49 +01:00
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:
parent
710e447e1c
commit
ef0c7d3913
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue