Hi Ed,
For RadTabStrip for ASP.NET AJAX, the following code should be used:
.RadTabStrip .rtsLink |
{ |
border: 1px solid red !important; |
} |
For RadTabStrip "Classic", the following code should be used:
.RadTabStrip .link |
{ |
border: 1px solid red !important; |
} |
Best wishes,
Alex
the Telerik team