Sorry, let me try to be more clear...

In HTML/CSS:

input {
    cursor: pointer; // Makes an input button show a hand cursor on hover
}


It would be nice to have the same implementation in Flex CSS.

s|Button {
    cursor: pointer;
}

-omar

Reply via email to