I'm moving some old code to jQuery Mobile and have a CSS three colour button, but it seems to conflict with JQM as the design gets messed up.
I made a jsFiddle and as you can see that the button looks OK without JQM, but if you tick jQuery Mobile 1.3.1 the text is too low (offset?) and I get a strange black blob on the button.
My button background is like
background: linear-gradient(to bottom, rgb(255, 255, 255) 33%, rgb(255, 98, 118) 33%, rgb(255, 98, 118) 66%, rgb(121, 178, 203) 66%);
How do I get around this?