1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
.ui-widget-header{ background:transparent !important; } .ui-tabs{ padding: 0 !important; margin-top:40px; position:relative; } .ui-tabs .ui-tabs-nav{ padding: 0 !important; position:absolute; margin:-43px -1px 0; border: none; } |
Writing on active tab
1 2 3 4 5 |
.ui-tabs-nav .ui-state-active a { color: #459e00; } |
or see this site for more help