CLID color

  1. 14 years ago

    I need to change the color of the CLID in the button, and make it bold or more contrasting so it is easier to see. like RED on a white BG.
    I am not good on css. if someone can give me some ideas to where and what to change I would appreciate.

  2. admin

    24 Jun 2010 Administrator

    In operator.css

    .clid {
    float:left;
    color:#F00;
    width:10.7em;
    height:1.5em;
    overflow:hidden;
    font-weight:700;
    background-color: #FFF;
    }
  3. Thanks, that works great.

or Sign Up to reply!