spolous,
Unfortunately the highlight color is controlled via JavaScript and it's not possible to change at this time. We have plans move that into css, but that is not in the near term as far as the roadmap goes.
Jaime
We use input.submit for the form buttons. So just rewrite any of these to get the effect you want:
input.submit { background-image: none; background-color: orange; }
input.submit:hover { background-image:none; background-color: gray; }
1 to 4 of 4
Comments are closed.
For more Intervals help documentation, please visit help.myintervals.com