Nav area styling

Making another theme and wanted to now how to add a border to the green circle and remove the red one. Any help would be great

View attachment 39908
For the green:

Code:
.navTabs .navTab.selected .tabLinks 
{
border-left:1px solid red;
border-right:1px solid red;
box-sizing: border-box;
}

For the other, change the border-bottom color of the Seleced Tab property in the Header & Navigation style properties group.
 
Top Bottom