something like:..
s|Button
{
cursor: ClassReference("com.project.CustomCursor");
}That'd be nice. The pointer comes from what is available from HTML/CSS ( http://www.w3schools.com/cssref/pr_class_cursor.asp) I believe "hand" also works, but pointer is more common. -omar
