Old query from a new scricptor

Next
 From:  777RAVEN777
9206.1 
I know this has been discussed ad nauseum in the forum before, but I can't find any specific references.......
This is the question:

In what part of the moi.css will I find coding that alters the text colour in the dimensions field of the info box that appears when an object is highlighted - as in these pics:








As you can see the text is invisible in one as it's the same colour as the background & I want to change it to white.

Cheers!
Attachments:

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
9206.2 In reply to 9206.1 
Hi Brendan, it looks like it's not in moi.css but is instead defined locally in the file SidePaneContextArea.htm . Look for the rule like this:
code:
		#PropObjectSize {
			color:#555;
			font-size:90%;
			word-wrap:break-word;
			overflow-x:hidden;
		}

Change the color: property there, or remove it if you want it to have the regular text color.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  777RAVEN777
9206.3 In reply to 9206.2 
Wheeeeee that was cool - Thanks Michael!
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All