1 Reply Latest reply on Jun 3, 2008 9:18 AM by ilya_shaikovsky

    how to customize style for filter input

    lmk

      Hi all,

      Im wondering how to use the new class for input filter; Im using th class rich-filter-input to modify input style :

      .rich-filter-input{
      
      width:80px;
      }
      


      this style is applied for all input filter,
      so Id like to set a small size for on column

      I try to do;

      <rich:column id="user" filterBy="#{list.lastname}" styleClass="userStyle">
      <h:outputText value="#{list.lastname} #{list.firstname}" />
      </rich:column>
      


      and styles below do not works..
      #user .rich-filter-input{
      ..
      }
      .userStyle.ruch-filter-input{
      
      }
      


      thanks