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.
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
| .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