selected tab not highlighting

selected tab not highlighting

I am upgrading Jquery UI to 1.10.3 (from 1.8.1) and Jquery to 1.9.1 (from 1.6.1). I also downloaded custom css theme. As suggested in the upgrade notes, I made minor changes to tabs code ( replaced 'select' with 'beforeActivate', 'selected' with 'active' and ui.index with ui.newTab.index()) and tabs are working fine now. However, the selected tab is not getting highlighted. The tab panel itself is correctly rendering.

The selected tab was getting rightly highlighted, prior to upgrade.




Can someone please let know on where/what to look for to fix this issue of selected tab getting a different color indicating that it is the current tab ?