CLID color

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.

Comments

  • In operator.css
    .clid {
    float:left;
    color:#F00;
    width:10.7em;
    height:1.5em;
    overflow:hidden;
    font-weight:700;
    background-color: #FFF;
    }
    
  • Thanks, that works great.
Sign In or Register to comment.