I'd like to make a button that doesn't look like a button when the pointer is over it. The border and shadows should disappear and the pointer should not change state.
I'm using it as a search icon next to a text box and want to script the onAction event.
I didn't see anything in the documentation or on the forums. Thanks for the help!
Gotcha. It should be easy enough to change the pointer. The border and shadow will probably need to be manipulated via CSS, easiest in the stylesheet. I don't have an example for you right now.