How do I delete the border bottom on my RadTabStrip? See attached Picture....
I use RenderMode="Lightweight"
1 Answer, 1 is accepted
0
Veselin Tsvetanov
Telerik team
answered on 02 Feb 2016, 11:13 AM
Hello Kjell,
In order to remove the bottom border of the RadTabStrip control, you could use the following CSS rule:
html .rtsTop .rtsLevel1 {
border-bottom: 0;
}
Regards,
Veselin Tsvetanov
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items