Modify Admincp look?

tafreehm

Well-known member
Is it permissible from Xenforo to modify Admincp look? that includes changing the logo and color ?
oh and I m only talking about the admin cp login screen
 
http://xenforo.com/community/threads/looking-for-a-template.6509/#post-93983

The background is in login_page.css which is inlined in the editor when editing LOGIN_PAGE:

Code:
html
{
	background: @primaryMedium;
}

Note that changes to the admin templates are overwritten when you upgrade. The system doesn't let you create new styles for the Admin CP, rather you are editing the master style which is always overwritten during upgrades.
 
Top Bottom