Nicklas
Posts: 0
Joined: Thu Jul 03, 2014 8:51 am

change color divider and icon

Hello!
How can I change the color of a divider and icon on a "List"?

Image

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

change color divider and icon

Hello Nicklas,

Please use CSS below:
pre#pagename_mobilecontainer li[data-role="list-divider"] {
// color, background and so on
}

#pagename_mobilecontainer li[dsref="listItemName"] .ui-btn.ui-btn-g {
background-color: // #fff
border-color: // ...
}/pre

here pagename - nage of the page
listItemName - name of the list item

Return to “Issues”