You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Bogdan Sava <bo...@sava.ro> on 2005/08/28 13:10:04 UTC

tomahawk TabbedPane with bgcolor: incomplete style in output header

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