So I have a need to remove or hide the tabbar controls outermost border when using the skyblue skin. I figured it out with the following CSS, but it only works for the content area, not the buttons.
.dhx_tabbar_zone_dhx_skyblue .dhx_tabcontent_zone{
border:0px none;
}
Any tips??
Thanks!