2 Replies Latest reply on Mar 5, 2010 5:30 AM by meex

    org.richfaces.renderkit.html.images.InputBackground

      Hi community,

       

      I'm looking for an easy way to disable the background image genereated for textareas by extended skinning?

      Following CSS is used by default:

      textarea[type="textarea"], input[type="text"], input[type="password"], select {
        background-color:#FFFFFF;
        background-image:url(/cosepar/a4j/g/3_3_2.SR1org.richfaces.renderkit.html.images.InputBackgroundImage/DATB/eAFjYGDg!vflzf!!!5kAGqIF6Q__.jsf);
        border-color:#BED6F8;
        color:#000000;
        font-family:Arial,Verdana,sans-serif;
        font-size:11px;
      }
      I would like do have no background-image?
      Is this possible without copying, modifying the existing standard skin?
      I also tried to put my adapted CSS class to my default css file, but without effect?
      regards
      Markus