This is a migrated thread and some comments may be shown as answers.

remove tab and tabstrip border

1 Answer 195 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Albert Shenker asked on 01 Nov 2012, 05:44 PM
in the screen shot attached, how do I get rid of the top border which appears on tabs in the sitefinity skin when in vertical orientation. Also, how do I get rid of the border which is show along the bottom of the tabstrip?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 02 Nov 2012, 11:16 AM
Hi,

Try overriding the default css as follows to achieve your scenario.

CSS:
<style type="text/css">
 .RadTabStripLeft_Sitefinity .rtsSelected, .RadTabStripLeft_Sitefinity .rtsSelected .rtsOut, .RadTabStripLeft_Sitefinity .rtsSelected .rtsIn
 {
   background-image:none !important;  
   color: #105CB6 !important;
 }
 .RadTabStripLeft_Sitefinity .rtsLast .rtsLink, .RadTabStripRight_Sitefinity .rtsLast .rtsLink
 {
   border :none !important;
 }
</style>

Thanks,
Princy.
Tags
TabStrip
Asked by
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Answers by
Princy
Top achievements
Rank 2
Share this question
or