List active button color

List active button color

Hi all,

I have a list with links like below,

  1. <div data-role="content">
            <ul data-role="listview" data-theme="d">
                <li><a href="example1.html">First</a></li>
                <li><a href="example2.html">Second</a></li>
                <li><a href="example3.html">Third</a></li>
            </ul>
    </div>






I tried changing the color when I click on it, so I did it on .ui-btn-active, but text color remains white whatsoever. Please help me to change text color.


Note: I am using jQM 1.3.2.


Thanks in advance!!