I am using the button toggle feature of Twitter Bootstrap. Everything works perfectly. The problem is the color difference between the toggle's on/off state is too similar. It is hard to see the difference between on and off states.
Ideally I'd like to make the color contrast more pronounced between on/off states, or change the color entirely between states (e.g. blue = off, red = on).
<button type='button' class='btn' data-toggle='button' value='ABC'><i class='icon-star-empty'></i></button>
Thanks.