1 Reply Latest reply on Jul 26, 2012 10:35 AM by ealonso04

    Change skinning.ecss for my application

    denisoid

      I need fully change style existing application. But default skin template - skinning.ecss from richfaces-core-impl looks ugly. How to tell RichFaces that, I want use another EL CSS file for skinning?

        • 1. Re: Change skinning.ecss for my application
          ealonso04

          Hi Denis!

           

          You can try chaging the default richfaces skin by adding something like this in your web.xml:

           

            <context-param>

              <param-name>org.richfaces.skin</param-name>

              <param-value>ruby</param-value>

            </context-param>

           

          I don't remember the rest of the skins' names but you can look for them over the web.

           

          Regards!