1 Reply Latest reply on Oct 31, 2008 12:52 PM by ajanz

    change style for disabled button

    ajanz
      hi,

      i use an app generated by seamgen. i try to change the style of disabled button. so i added

      input  [type='submit'] [disabled], input  [type='button'] [disabled]  {
           background: gray;
           color: black;
           margin: 5px;
           border-color: gray;
      }

      to theme.css

      but nothing changed.

      what am i doing wrong?