0 Replies Latest reply on May 5, 2008 4:55 AM by silverjam

    Skin for disabled commandButton bad in Firefox

    silverjam

      Hi there,

      I have the following in web.xml:

       <context-param>
       <param-name>org.richfaces.SKIN</param-name>
       <param-value>blueSky</param-value>
       </context-param>
      
       <context-param>
       <param-name>org.richfaces.CONTROL_SKINNING</param-name>
       <param-value>enable</param-value>
       </context-param>
      


      My buttons look fine with this (i.e. nice blue gradients), although it's literally impossible to notice any difference between enabled and disabled buttons in Firefox.

      Am I doing something wrong, or is it the skin that's bad? I'm running 3.2.0-SR1.

      Cheers,
      ~Morten :-)