I have a button:
<a href="#" data-role="button" data-icon="mapa" data-theme="a">Vidi Mapu</a>
With this CSS:
.ui-icon-mapa {
background-image: url("images/mapa.png") !important;
background-position: 4px 50%;
background-size: 26px 21px;
height: 24px;
margin-top: -12px !important;
width: 35px;
}
Problem is that button doesnt show an image/icon at all. I used every possible solution but this is not working.