How can I over ride the JQM button style with my own style?
Im not sure how familiar you are with css or if this will work but have you tried using the !important feature? Example:
#buttonID{ color: #ff0000 !important; }
My css didn't override but I'll try anything.Thanks.