MoI discussion forum
MoI discussion forum

Full Version: MoI UI redesign

Show messages:  1-8  9-28  29-48  49-50

From: Michael Gibson
5 Oct 2015   [#49] In reply to [#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
From: yophie
5 Oct 2015   [#50] In reply to [#49]
perfect! thanks :D

Show messages:  1-8  9-28  29-48  49-50