RE: [Help] Contact List Text Colour
Where i write? Here:
<Style ResID=clss>
Element
{
FontFace:"MS Shell Dlg 2";
FontSize:8pt;
ContentAlign:0x00000004;
}
Element[id=atom(listitem)]
{
Foreground:rgb(0,0,0);
}
Element[id=atom(listitem)][selected]
{
Background:rgb(255,128,0);
Foreground:rgb(0,0,0);
}
OR here ( ? ):
Element[id=atom(listitem)][selected][indrag]
{
Background:rgb(101,184,224);
Foreground:rgb(0,0,0);
Alpha:128;
}
Element[id=atom(listitem)]
{
Foreground:rgb(0,0,0);
}
Element[id=atom(listitemsel2)]
{
Because, the first is not work...:/
|