I'd like to use the richfaces panel as its basically the right shape and is skinnable, so I can change font, colour etc. However, as part of the default skin the horizontal bar containing the header has a gradient. My design has a flat simple colour with no gradient of any kind.
How do I stop richfaces adding a gradient?
If possible I'd like to utterly remove every mention of the gradient from the CSS to avoid bloat and additional HTTP requests for images. i.e I want to render:
background-color: black;
and nothing else at all.
I'm using plug and skin.
It seems that like this question the answer is that its probably not possible without changing richfaces. Thanks for the input.