Just diving into the world of jQuery Mobile and trying to wrap my head around button customization. Can anyone point me in the right direction for which classes are needed to access specific css properties?
For example, I've been tinkering with changing the background color of a button using
.ui-btn-inner {background: white;}
, but it doesn't always seem to work as expected.
I've scoured the jQuery Mobile API website for answers, but I'm struggling to find a detailed explanation on how these classes truly function.
If anyone has helpful resources or tips on understanding these classes better, I would be extremely grateful.