MoI UI redesign

 From:  Michael Gibson
6531.49 In reply to 6531.48 
Hi Yophie,

re:
> Could someone direct me to the code line where I can change this?

The text color for the object size line in the properties panel is inside the file SidePaneContextArea.htm which is in the \ui subfolder.

The color is defined on line number 56, inside of this rule:

code:
		#PropObjectSize {
>>>>>>>>		color:#555;
			font-size:90%;
			word-wrap:break-word;
			overflow-x:hidden;
		}


If you change that to say color:white; then that will change the object size text to be white.

- Michael