New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

CSS Skin File Selectors

The following table lists the CSS selectors and descriptions for RadTabStrip style sheets.

Class NameElementDescription
RadTabStrip_[Skin]e.g. RadTabStrip_ OutlookDIVApplied to the root element of the tab strip.
RadTabStrip_[Skin]_tabstrip-rtlDIVApplied to the root element of the tab strip when it has a right-to-left orientation.
RadTabStripTop_[Skin]DIVApplied to the root element of the tab strip when it has a "HorizontalTop" orientation.
RadTabStripBottom_[Skin]DIVApplied to the root element of the tab strip when it has a "HorizontalBottom" orientation.
RadTabStripLeft_[Skin]DIVApplied to the root element of the tab strip when it has a "VerticalLeft" orientation.
RadTabStripRight_[Skin]DIVApplied to the root element of the tab strip when it has a "VerticalRight" orientation.
RadTabStrip_[Skin]_disabledDIVApplied to the root element of the tab strip when the entire control is disabled.
.rtsLevelDIVApplied to the container for a set of tabs at a single level.
.rtsLevel[n]DIVApplied to tab containers at the respective level. The root level is level 1, the next level is level 2, and so on.
.rtsULULApplied to the UL element that contains the tabs for a level.
.rtsScrollULApplied to the UL element that contains the tabs for a level when the parent has enabled scrolling.
.rtsLILIApplied to the LI element that represents a single tab.
.rtsFirstLIApplied to the LI element for the first tab at a level.
.rtsLastLIApplied to the LI element for the last tab at a level.
.rtsSeparatorLIApplied to the LI element for a separator.
.rtsBreakLIApplied to the LI element that is inserted when the previous tab has its IsBreak property set to True .
.rtsLinkAApplied to the anchor element of a tab.
.rtsBeforeAApplied to the anchor element of the tab before the selected tab.
.rtsSelectedAApplied to the anchor element for the selected tab.
.rtsAfterAApplied to the anchor element for the tab after the selected tab.
.rtsDisabledAApplied to the anchor element for the tab when it is disabled.
.rtsLink:hoverAApplied to the anchor element for the tab when the mouse hovers over it.
.rtsNextArrowAApplied to the scroll button that shows the next tabs.
.rtsPrevArrowAApplied to the scroll button that shows the previous tabs.
.rtsNextArrowDisabledAApplied to the scroll button that shows the next tabs when it is disabled (there are no more tabs).
.rtsPrevArrowDisabledAApplied to the scroll button that shows the previous tabs when it is disabled (the tabs are not scrolled).
.rtsOutSPANApplied to the outer span that contains the tab label and image.
.rtsInSPANApplied to the inner span that contains the tab label and image.
.rtsTxtSPANApplied to the span that contains the tab's text.
.rtsImgIMGApplied to the image element that contains the image on the tab.

See Also

In this article
See Also
Not finding the help you need?
Contact Support