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 RadSearchBox style sheets.
| Class Name | Element | Description |
|---|---|---|
| RadSearchBox_[Skin]e.g. RadSearchBox_ Default | DIV | Applied to the root element of the searchBox. |
| rsbInner | SPAN | Applied to the inner wrap of the searchBox. |
| rsbInput | INPUT | Applied to the input element of the searchBox. The class controls the font of the input e.g. font-size, color etc. |
| rsbEmptyMessage | INPUT | Applied to the input element of the searchBox if there is no text in it. The class controls the font of the empty message e.g. font-size, colors etc. |
| radPreventDecorate | INPUT | Applied to the input element of the searchBox in order to prevent decoration from RadFormDecorator. |
| rsbButton | BUTTON | Applied to the all buttons in the searchBox (including the default Search button). |
| rsbButtons | SPAN | Applied to the wrapping span element that holds the additional image buttons. |
| rsbButtonSearch | BUTTON | Applied the default search button. |
| rsbButtonsRight and rsbButtonsLeft | SPAN | Applied to the wrapping span element that holds the additional image buttons, depending on its position. |
| rsbIcon rsbIconSearch | SPAN | Applied to the default search button span element. |
| rsbSlide | Div | Applied to the searchBox dropdown root element. |
| rsbList | UL | Applied to the ul element that holds the items of the searchBox dropdown. |
| rsbListItem | LI | Applied to all searchBox list items. |
| rsbListItemHovered | LI | Applied to the highlighted searchBox list item. |
| rsbListItemTemplate | LI | Applied to all searchBox list items when ItemTemplates are used. |
| rsbFooter rsbHeader | DIV | Applied to the Header and Footer div elements of the searchBox dropdown. |