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

Removed underline from tab header text

1 Answer 197 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Ali
Top achievements
Rank 1
Ali asked on 01 May 2009, 03:06 PM
I created a new skin from Web20 skin for my project and it's working fine. However I have a problem removing underline from tabstrip header text in the second level. I looked into the tab header with FireBug and found this class being applied to it.

.RadTabStrip .rtsLevel .rtsSelected 
text-decoration:underline

Please advise how I can get rid of this class. I tried to set text-decoration to none in my tabstrip skin but it didn't help and I couldn't find this css class anywhere in skin css files.

Thanks,
Ali Bolourian

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 04 May 2009, 08:36 AM
Hi Ali,

Thank you for contacting us.

I suggest you use "!important" css rule in order to overwrite RadTabStrip embedded styles like this:

.RadTabStrip .rtsLevel .rtsSelected {  
   text-decorationnone !important;  

Kind regards,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
TabStrip
Asked by
Ali
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or