Hi, is it possible on a themed list to change the colour of the data-icon.
In the code below the list has the theme 'A' is it possible to change the colour of the data-icon to another colour than what is set with this theme.
- <ul data-role="listview" data-inset="true" data-theme="a">
- <li data-icon="delete"><a href="#">Page</a></li>
- <li data-icon="delete"><a href="#">Page</a></li>
- <li data-icon="delete"><a href="#">Page</a></li>
- </ul>
Thanks in advance.
Lammie.