I created some widgets with jQuery UI and I notice that buttons have a distinct look and feel (colors, hover effects, etc.)
But it seems I cannot recreate the same with my own buttons. I duplicated the code, but I'm still getting different colors and no hover effects, so I assume that some of the visuals are done with JavaScript events.
Is there any way to make my own buttons look and behave like the jQuery ones?