Not signed in (Sign In)
The Intervals Forum is read-only
Please head to help.myintervals.com for help articles and guides. If you have any questions, please contact our support team.

Tips & Tricks

How to change yellow highlight color?

Bottom of Page

1 to 4 of 4

  1.  
  1.  
    I'm customizing the css, and I'm having a hard time finding the div name or attribute to change the global yellow highlight background color. Mostly, this is for highlighting rows in a cell. Please help! Thanks
  2.  

    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

  3.  
    Thanks @jprado - That's why I couldn't find it. What about the green form buttons? What are the attributes for those?
    • jprado
    • Oct 30th 2012 edited @ 10/30/2012 7:16 am
     

    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; }

Comments are closed.
For more Intervals help documentation, please visit help.myintervals.com