Hi,

panelTabbedPane with bgcolor attribute value set, does not set bgcolor for the active header input cell .

Header page of a page that contain an panelTabbedPane with bgcolor="#FFFFCC" I found :

<style type="text/css">#idTab .myFaces_panelTabbedPane_activeHeaderCell input,
#idTab .myFaces_panelTabbedPane_pane,
#idTab .myFaces_panelTabbedPane_subHeaderCell{
background-color:#FFFFCC;
}
</style>

should be (added line for  myFaces_panelTabbedPane_activeHeaderCell):

<style type="text/css">#idTab .myFaces_panelTabbedPane_activeHeaderCell,
#idTab .myFaces_panelTabbedPane_activeHeaderCell input,
#idTab .myFaces_panelTabbedPane_pane,
#idTab .myFaces_panelTabbedPane_subHeaderCell{
background-color:#FFFFCC;
}
</style>

I use nightly 20050827.

Bogdan Sava



Reply via email to