diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2013-02-26 08:35:48 -0800 | 
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2013-02-26 08:35:48 -0800 | 
| commit | 06afbcfb64b53b21004aecd1886e016fd130fe1b (patch) | |
| tree | cb8be4a5f3996895c0b4386418df9bdef1bded8c /modules/gallery/css | |
| parent | 21af370f3cc90bcf709c4fb9193be22d85d368eb (diff) | |
| parent | 62335da79177414094cc143c41901a7c0605b5d1 (diff) | |
Merge pull request #165 from shadlaws/followon_autocomplete_loading
Follow-on from autocomplete updates.
Diffstat (limited to 'modules/gallery/css')
| -rw-r--r-- | modules/gallery/css/gallery.css | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css index 73b8ab4e..323c2e83 100644 --- a/modules/gallery/css/gallery.css +++ b/modules/gallery/css/gallery.css @@ -164,6 +164,10 @@    text-align: left;  } +.ui-autocomplete-loading { +  background: #e8e8e8 url('../images/loading-small.gif') no-repeat center center; +} +  /** *******************************************************************   * 2) Admin   **********************************************************************/ | 
