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;
}
<rich:column id="user" filterBy="#{list.lastname}" styleClass="userStyle">
<h:outputText value="#{list.lastname} #{list.firstname}" />
</rich:column>
#user .rich-filter-input{
..
}
.userStyle.ruch-filter-input{
}
If you try to look to generated source with Firebug you'll understand why your selectors wrong.
B.t.w. use headerClass instead of styleClass and it should works.