0 Replies Latest reply on Jan 15, 2009 11:41 PM by ajanz

    style for input type submit

    ajanz
      i use a app generated by seam-gen

      in theme.css it is defined

      input[type='submit'], input[type='button'] {
           background: #4477AA;
           color: white;
           margin: 5px;
           border-color: gray;
      }

      but in demos etc. there is a gradient like the bar on top of the generate sample page.

      which style must i apply to input to give the same appearance?