User1724605321 posted
Hi Rebotea,
How can i force the color and
separator because i just have the text visible parte is lost?
What do you mean by " because i just have the text visible parte is lost" ? You could change background color of Active and Inactive AJAX Tab Panel Header like :
<style type="text/css">
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab
{
color: White !important;
background-color: blue !important;
background-image: none !important;
}
.ajax__tab_xp .ajax__tab_tab
{
background-color: Gray !important;
background-image: none !important;
}
.btnColor
{
background-color: Gray;
color: White;
}
</style>
Best Regards,
Nan Yu