MyBB Community Forums

Full Version: I've removed the css class validation_loading, but where is this called
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The validation_loading class shows the "spinner" gif when things are loading

I would like to add this style directly instead of using the external css file
I've now removed the validation_loading class from the external css, but cant find where this class is used

I've searched the templates, and cant see any ACP templates that use the class validation_loading, I've also searched through the core files

The class is:
.validation_loading{background:url(../../../images/spinner.gif) no-repeat center left;color:#555;margin:5px 0;padding:5px;font-weight:bold;font-size:11px;padding-left:22px;}

But I can find it being used in the templates of the core files, if I could, I would update the template / core files to include the above style

Anyone know where this class is used?
Its used in ./jscripts/validator.js file.