Hi,
Can I use Gradient colors for PanelCollection header or Table Column Header in ADF page. If Yes, what will be the code for it. I have tried for
af|column::column-header-cell{
background: -moz-linear-gradient(bottom, rgb(39,167,178) 34%, rgb(67,201,214) 67%, rgb(94,242,255) 84%);
}
but it is not working.
regards,
Rajan