Change background Color of Tab

Is it possible to change the background color of a particular tab? I’ve used the following command to change the font color on the tab:

tabbar.setCustomStyle(‘ID’, ‘Orange’, ‘Orange’, ‘highlightred’)

I need the entire tab to highlight red or some other color. I appreciate any help…

setCustomStyle sets style for tab text.

There is not public functionality to set a background color for a certain tab. You may only define colors for active and inactive tabs:

dhtmlxTabbar/samples/04_styling/02_colors.html