Custom UI quick question?

 From:  Michael Gibson
9834.2 In reply to 9834.1 
Hi Tim, is this the text you're asking about? :



That inherits the regular font which the MoI core code applies directly on to the <body> tag of every UI Panel and its size is customized by this rule inside the file StyleMenu.htm :

code:
			moi\:StateButton .text {
				font-size:85%;
				padding-top:0.05em;
				word-wrap:break-word;
			}


So if you want to modify it, that rule above inside StyleMenu.htm would be a good place to do it. If you change it there it won't affect any other part of the UI.

- Michael
Attachments: