Setting tab colors globally

Hi,

I can now use setCustomStyle successfully, but is there a way to set the color of tab title globally rather for each tab separately?

Also, is there a way to refer the tabbar or tabs with this, because when I try it, everything falls over in a heap?

It would be very flexible to be able to do this, because you could then centralize some of the actions, say, a constant, which you could call in to the various tabbars or tabs on a page without having to specify a particular tab in the command.

Debbie

You may redefine tabbar css:

/dhx_skyblue/
.dhx_tabbar_zone_dhx_skyblue .dhx_tabbar_row {
color:#000000;
}

/default/
.dhx_tabbar_zone .dhx_tabbar_row {
color:#000000;
}