MyBB Community Forums

Full Version: The loading spinner..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can it be put into a class? It's practically hardcoded into MyBB. :/
This is what I use.

#spinner {
	border: 1px solid #4F1303 !important;
	background: url(images/flame/trans-85.png) !important;
	background-color: none !important;
	padding: #4px 8px !important;
	color: #FFF !important;
}

The important thing here is you have to specify !important for each style you apply to it.
Oh yeah, never thought of using !important..
It still would be much easier if it were in the CSS by default, rather than the PHP files (?), though.