I want to create the following tabs with Angular UI:
(source: gyazo.com)
So, I\'m adding the styles based on Bootstap\'s class names/markup:
Try adding an id to the DIV surrounding the tabs and then make your styles based on that. For example
.....
And here is a style that makes the active tab a different color
#myTabs div li.active a { background-color: lightsteelblue; }