Page 2 of 2

List style not applied

Posted: Thu Mar 10, 2016 11:47 am
by Alena Prykhodko

Hello Joe,

We have several shared projects with TestApp name, could you please send us public link?


List style not applied

Posted: Mon Mar 14, 2016 10:40 am
by Joe Bohen

Hi I have sent the link to support yesterday!


List style not applied

Posted: Mon Mar 14, 2016 2:48 pm
by Serhii Kulibaba

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


List style not applied

Posted: Tue Mar 15, 2016 11:33 am
by Joe Bohen

Hi,

The suggested solution does not work the image url is crossed out when viewed in chrome tools.

Image


List style not applied

Posted: Tue Mar 15, 2016 11:57 am
by Serhii Kulibaba

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


List style not applied

Posted: Fri Mar 18, 2016 2:35 pm
by Joe Bohen

Hi I still have not got an image!


List style not applied

Posted: Mon Mar 21, 2016 8:48 pm
by Serhii Kulibaba

You didn't upload that CSS. Please use CSS above. Image