List style not applied
Hello Joe,
We have several shared projects with TestApp name, could you please send us public link?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello Joe,
We have several shared projects with TestApp name, could you please send us public link?
Hi I have sent the link to support yesterday!
You have set a grid to the listitem, so you have to use CSS selector:
pre.selected-list, li.ui-last-child div/pre
instead of pre.selected-list, li.ui-last-child a.ui-btn/pre
Do you need to add that CSS for the last list item?
Please check that CSS:
preli.selected-list.ui-last-child div.ui-btn{
background-image: url("../img/truck.png");
background-repeat:no-repeat;
background-position:right;
background-color:#B0BCCD;
text-shadow:none;
}
}
li.deselected-list.ui-last-child div.ui-btn {
background-image: none;
background-repeat:no-repeat;
background-position:right;
background-color:white;
text-shadow:none;
}/pre
Hi I still have not got an image!