New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Skin Selectors
Updated over 6 months ago
The following table lists the CSS selectors and descriptions for RadWizard style sheets.
| Class Name | Element | Description |
|---|---|---|
| RadWizard | DIV | Applied to the root element of the Wizard. |
| RadWizard_[Skin] e.g RadWizard_Silk | DIV | Applied to the root element of the Wizard with applied skin name. |
| RadWizard_rtl | Applied to the root element of the Wizard with right to left direction. | |
| rwzHorizontal | DIV | Applied to the root element of the Wizard with top or bottom navigation bar position. |
| rwzVertical | DIV | Applied to the root element of the Wizard with left or right navigation bar position. |
| rwzBottomBreadCrumb | DIV | Applied to the root element of the Wizard with bottom navigation bar position . |
| rwzRightBreadCrumb | DIV | Applied to the root element of the Wizard with right navigation bar position |
| rwzTopProgressBar | DIV | Applied to the root element of the Wizard with top progress bar position. |
| rwzBottomProgressBar | DIV | Applied to the root element of the Wizard with bottom progress bar position. |
| rwzLeftProgressBar | DIV | Applied to the root element of the Wizard with left progress bar position. |
| rwzRightProgressBar | DIV | Applied to the root element of the Wizard with right progress bar position. |
| rwzBreadCrumb | UL | Applied to the navigation bar container. |
| rwzHidden | UL | Applied to the hidden navigation bar container. |
| rwzLeftImages | UL | Applied to the navigation bar container with images with left position. |
| .rmExpanded | A | Applied to the item's anchor tag when the item is opened. |
| rwzRightImages | UL | Applied to the navigation bar container with images with right position. |
| rwzLI | LI | Applied to the li elements enclosing navigation bar step buttons. |
| rwzHovered | LI | Applied to the hovered li elements enclosing navigation bar step buttons. |
| rwzSelected | LI | Applied to the selected li elements enclosing navigation bar step buttons. |
| rwzDisabled | LI | Applied to the disabled li elements enclosing navigation bar step buttons. |
| rwzFirst | LI | Applied to the first li element enclosing navigation bar step buttons. |
| rwzLast | Li | Applied to the last li element enclosing navigation bar step buttons. |
| rwzLink | A | Applied to anchors representing each navigation bar step button. |
| rwzText | SPAN | Applied to the SPAN elements enclosing text of each navigation bar step button. |
| rwzImage | IMG | Applied to images of navigation bar step buttons when ImgUrl property is set. |
| rwzImage | SPAN | Applied to the SPAN elements which is a container for using sprite image for navigation bar step buttons (when SpriteCssClass is set) |
| rwzCallout | SPAN | Applied to the SPAN elements for displaying callouts of navigation bar step buttons. |
| rwzCallout:before | PSEUDO ELEMENT | Applied to pseudo elements for displaying shadows of callouts of navigation bar step buttons. |
| rwzProgressBar | DIV | Applied to the progress bar element. |
| rwzHidden | DIV | Applied to the hidden progress bar element. |
| rwzProgress | SPAN | Applied to the SPAN elements to visualize progress of passed steps up to the active step. |
| rwzContentWrapper | DIV | Applied to the DIV elements enclosing content container. |
| rwzContent | DIV | Applied to the content scrollable container element. |
| rwzStep | DIV | Applied to the DIV elements representing content of each step. |
| rwzActive | DIV | Applied to the DIV elements representing content of the active step. |
| rwzNav | UL | Applied to the navigation buttons container. |
| rwzHidden | UL | Applied to the hidden navigation buttons container. |
| rwzLI | LI | Applied to the li elements enclosing navigation buttons. |
| rwzRight | LI | Applied to the li elements enclosing navigation buttons with right position. |
| rwzButton | BUTTON | Applied to the navigation buttons. |
| rwzHovered | BUTTON | Applied to the hovered navigation buttons. |
| rwzClicked | BUTTON | Applied to the clicked navigation buttons. |
| rwzDisabled | LI/BUTTON | Applied to the disabled navigation buttons. |
| rwzNext | BUTTON | Applied to the navigation "Next" button. |
| rwzFinish | BUTTON | Applied to the navigation "Finish" button. |
| rwzText | BUTTON | Applied to the SPAN elements enclosing text of navigation buttons. |