Tabbar v4.0 arrows

Is there an easy way to get rid of the left and right arrows and surrounding space in tabbar versin 4.0?

nope

it is possible to find out a way to hide this arrows? if you have only 2 or 3 Tabs it is overhead

You just can hide arrow images the next way:

.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_ar_left div.dhxtabbar_arrow_img { background-image: none !important; } .dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_ar_right div.dhxtabbar_arrow_img { background-image: none !important; }

Thank you :slight_smile: