Page 1 of 1

change color divider and icon

Posted: Tue Dec 22, 2015 2:05 am
by Nicklas

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

Image


change color divider and icon

Posted: Tue Dec 22, 2015 1:03 pm
by Serhii Kulibaba

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