Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

List style not applied

Hello Joe,

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

Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

List style not applied

Hi I have sent the link to support yesterday!

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

List style not applied

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

Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

List style not applied

Hi,

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

Image

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

List style not applied

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

Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

List style not applied

Hi I still have not got an image!

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

List style not applied

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

Return to “Issues”