3 Replies Latest reply on Apr 9, 2010 3:53 PM by maran001.nilay

    Progress Bar style is not updating

    eaglenest

      I am having troubles changing the color of the progress bar from the default. The label will change color, but the progress bar completed color still remains the default orange. Below is my code:

      <rich:progressBar mode="client" id="progressBar" completeClass="rich-progress-bar-completed">
       <h:outputText value="Retrieving your results..." />
       </rich:progressBar>


      and here is my css properties
      .rich-progress-bar-completed{
       color:#EEEEEE;
      }


      Any help would be greatly appreciated