Hi.
Currently there is NO way to edit the style for the tab. The content, which is rendered:
<ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
<li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active" >
<a href="#polisForm:calculatorTab" style="background-color:red;">
<em id="aeaoofnhgocdbnbeljkmbjdmhbcokfdb-mousedown">Calculator</em>
</a>
</li>
....
The id for tab is
calculatorTab, so I in styles I can access
<a> tag, but not the
<li> one (as CSS does not allow to access parent element). Cagatay, you said, that the id attribute is easy to fix, could you do this for next milestones? I will have to add the javascript to find the necessary li attribute and set the style for it, but this is not correct at all...