0 Replies Latest reply on Dec 14, 2012 6:36 AM by marabacioglu

    ecss parse warnings

    marabacioglu

      I get following warnings in server.log:

      23:12:14,444 WARNING [org.richfaces.log.Resource] (http--127.0.0.1-8080-7) Problem parsing 'theme.ecss' resource: Error in attribute selector. Invalid token "*". Was expecting one of: <S>, "=", "]", "~=", "|=".

      23:12:14,445 WARNING [org.richfaces.log.Resource] (http--127.0.0.1-8080-7) Problem parsing 'theme.ecss' resource: Ignoring the whole rule.

      23:12:14,446 WARNING [org.richfaces.log.Resource] (http--127.0.0.1-8080-7) Problem parsing 'theme.ecss' resource: Error in attribute selector. Invalid token "*". Was expecting one of: <S>, "=", "]", "~=", "|=".

      23:12:14,447 WARNING [org.richfaces.log.Resource] (http--127.0.0.1-8080-7) Problem parsing 'theme.ecss' resource: Ignoring the whole rule.


      It seems to be related with following line in the theme.ecss

      * html input[type=submit], * html input[type=button], *+html input[type=submit], *+html input[type=button]{

      border:0;

      font-size:11px;

      }


      The file is automatically generated by seam gen.

      How can I fix them?