Hi,
I need to skin the titlebar of an alert. I can't find a way to get it working ... Here's my code :
mx|Alert
{
color: black;
fontFamily: frutigerDG;
fontSize: 18;
titleStyleName : "title";
}
.title
{
color: black;
fontFamily:frutigerDG;
fontsize:12;
}
I was pretty sure this was working but i guess i missed something ... any hint please
TIA