I was trying to change the .active state's default color. Tried changing in the .ui-btn-active. Didn't work. Any ideas?? Here is the link
Try adding it as the last rule, with the !important clause:
.ui-btn-active { color: red !important; background: none !important; background-color: green !important; }
Worked fine here on your jsFiddle.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With