Navbar icons disappear after libraries upgrade
I've just upgraded the libraries on my app from 1.0 to 3.1. Since doing this my icons no longer appear on the navbar. If I revert the libraries back to 1.0 the icons reappear.
I'm using a CSS to add icons to the navbar that looks like this:
Code: Select all
[dsid=navbar_item1] .ui-icon {
background: url("../image/red_cross40x40.png") no-repeat transparent;
background-size: 40px 40px;
height: 55px !important;
margin-left: -20px !important;
margin-top: 5px;
width: 40px !important;
} Can anyone suggest what I should do to make the icons appear under libraries 3.1?