jQuery Mobile and CSS button -
i'm moving old code jquery mobile , have css 3 colour button, seems conflict jqm design gets messed up.
i made jsfiddle , can see button looks ok without jqm, if tick jquery mobile 1.3.1 text low (offset?) , strange black blob on button.
my button background 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 around this?
the shift of text , black blob div
put before div.html-face
<div class="ui-input-text ui-shadow-inset ui-corner-all ui-btn-shadow ui-body-a"> <input type="text" tabindex="-1" role="presentation" style="opacity: 0; height: 1px; width: 1px; z-index: -1; overflow: hidden; position: absolute;" class="ui-input-text ui-body-a"> </div>
Comments
Post a Comment