MyBB Community Forums

Full Version: Skinning the "Spinner" popup div
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Alright, as many of you might already know, MyBB 1.2.2 has a nifty spinner thingy that pops up every now and then when multi-quoting and the like. How do we go about changing the background colors and such of this popup div?
You have images/spinner_big.gif for the image of the spinner. You can really "skin" it in the image.

Or you can add something like:
#spinner {
	background-color: black;
}
To your additional CSS container on your theme.

Cheers,
CraKteR
Hi, thanks for your quick reply, but I even did do the #spinner class in my additional CSS; I currently have:

#spinner { background: #464A4B; color: #DCE6E8; border: 1px solid #DCE6E8; }

However, the spinner doesn't seem to listen to that code, because I still have:

[attachment=4990]

My browser is Firefox 2.0, does my browser have anything to do with it?
*bump*
forum\jscripts\general.js

Line 576 : this.spinner = document.createElement("div");
Line 577 : this.spinner.style.border = "1px solid #000000";
Line 578 : this.spinner.style.background = "#FFFFFF";

And wear something sexy.
And the spinner.gif can be edited to change the colours. Wink



[attachment=7916] [attachment=7917] [attachment=7918]