Bat-moi3d interface project for V3

 From:  Michael Gibson
7132.2 In reply to 7132.1 
Hi Zenox, the color for the size text of the properties panel is located in the file SidePaneContextArea.htm, look for the style rule for #PropObjectSize and change the color there (indicated with the >>>>>>>> below):

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


- Michael