Pessoal estou testando o o rich:tabPanel
e não consigo mudar a fonte do css qdo ativo…
<style>
.rich-tabhdr-cell-active{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #CCCCCC;
}
</style>
<rich:tabPanel >
<rich:tab label="First">
Here is tab #1
</rich:tab>
<rich:tab label="Second">
Here is tab #2
</rich:tab>
<rich:tab label="Third">
Here is tab #3
</rich:tab>
</rich:tabPanel>
ele deveria mudar a cor da fonte mas nao muda alguem pode me ajudar?