Hi tijai,
MoI doesn't have this element declared in the moi.css file.
You'll have to add a new style...
#PropObjectSize {
color:#FFF !important;
}
...the !important value causes the property to override any property declared elsewhere in the application. You're values won't work without !important, in this case.
Here are some more styles that affect that element...
#PropObjectSize:hover
#PropObjectSize:active
#PropObjectSizeUnits
#PropObjectSizeUnits:hover
#PropObjectSizeUnits:active
Have fun! I had a blast making my own theme.
-- Cody
|