Hmmm, try the following, it works fine for me:

af|panelBox::medium af|panelBox::body
{
 background-color: black;
}

However what you did should have worked as well. I'll try it locally come
back with either a patch, or a workaround. Did you clear your browser cache
when you changed the skin?

af|panelBox::body
{
 background-color: black;
}

On 10/30/06, Nicolas Kalkhof <[EMAIL PROTECTED]> wrote:

hi folks,

i&#180;m having trouble trying to define custom skin parameters for the
panelBox. it seems that trinidad (current trunk) ignors any changes in
background color. the same works fine for ADF faces 10.1.3.1.

my skin css fragment looks like this:

af|panelBox::header {
background-color: #000000;
color: #000000;
height: 15px;
}

af|panelBox::body {
background-color: #000000;
color: #000000;
height: 45px;
}

and the jspx fragment:
<tr:panelBox text="header">
<tr:outputText value="test" />
</tr:panelBox>

the background stays white :(

any ideas?

regards,
nicolas
______________________________________________________________________
XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club!
Jetzt gratis testen! http://freemail.web.de/home/landingpad/?mc=021130


Reply via email to