Solution found
in def file 940 replace
code:
<element class="MenuRoot" id=atom(featuredmixemoticonsdropdown) sheet=0 layout=FillLayout() >
by
code:
<element class="MenuRoot" id=atom(featuredmixemoticonsdropdown) sheet=0 layout=FillLayout() Background=rcbkd(XXXXX)>
of course XXXXX is your picture id
be carefull it must be Background=rcbkd(XXXXX) and not background=rcclr("msgr",XXXXX)
The previous solution apply only to emoticon but you can do the same for winks and backgrounds
If you want to apply the same background for emoticon winks and backgrounds
you don't have to modify the def file but only the style file 940
replace
code:
element[class="MenuRoot"]
{
Background:rcclr("msgr",680);
BorderColor:rcclr("msgr",675);
BorderThickness:Rect(1,1,1,1);
}
by
code:
element[class="MenuRoot"]
{
Background:rcbkd(XXXXX);
BorderColor:rcclr("msgr",675);
BorderThickness:Rect(1,1,1,1);
}
once again you must replace Background:rcclr("msgr",680) by Background:rcbkd(XXXXX);
EDIT:
to remove the white background behind "émticônes proposées" remove "background=rcclr("msgr",680)" line 169 in 940 def file