quote:
Originally posted by Basilis
You have to open the 1001 definition and change the "top" into "none" It is at the top of the file. Read the skinning documentation if you want to do it by option. It covers everything you need to know.
won't it hide any elements?
look for "foregrounds" in the beggining of the 1001/1004/1009/923 styles, and also foregrounds or textcolors at text elements, and change it to the color you want (white? 255,255,255 rgb)
Like this (from 1004 style
code:
MsgrContactElement[id=atom(UITextTemplate)]
{
AccRole:42;
Foreground:rcclr(46495);
}
to
code:
MsgrContactElement[id=atom(UITextTemplate)]
{
AccRole:42;
Foreground:rgb(255,255,255);
}