mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
MDL-83082 core_user: Set a size for the loading icon background image
This commit is contained in:
parent
09e56f2d1a
commit
2c9a6c8535
@ -182,7 +182,8 @@ M.core_user.init_user_selector = function(Y, name, hash, extrafields, lastsearch
|
||||
this.iotransactions[iotrans.id] = iotrans;
|
||||
|
||||
this.lastsearch = value;
|
||||
this.listbox.setStyle('background','url(' + M.util.image_url('i/loading', 'moodle') + ') no-repeat center center');
|
||||
this.listbox.setStyle('background', 'url(' + M.util.image_url('i/loading', 'moodle') + ') no-repeat center center');
|
||||
this.listbox.setStyle('background-size', '3em');
|
||||
},
|
||||
/**
|
||||
* Handle what happens when we get some data back from the search.
|
||||
|
Loading…
x
Reference in New Issue
Block a user