Table Row Styles
The following CSS classes define Platform table row styles.
| CSS Class | Description |
|---|---|
rbs_parentRow
|
Renders a list Item that is a parent row for other items. This row has the group name for the list Items. Other styles that must inherit this style are td.listItemValue, td. smallIcon, td.actonCol, td.groupSpacer, td.checkbox, td.listItemNumberValue, td.summary, td.totalSummary, td.rbs_listItemValueRight. these define the individual styles of column within this row. |
rbs_rowHighlightUnviewed
|
Renders a row to render a list Item that is currently not being viewed. Other styles that must inherit this style are td.listItemValue, td. smallIcon, td.actonCol, td.groupSpacer, td.checkbox, td.listItemNumberValue, td.summary, td.totalSummary, td.rbs_listItemValueRight. these define the individual styles of column within this row. |
rbs_rowHighlightViewed
|
Renders a row to render a list Item that is currently being viewed. Other styles that must inherit this style are td.listItemValue, td. smallIcon, td.actonCol, td.groupSpacer, td.checkbox, td.listItemNumberValue, td.summary, td.totalSummary, td.rbs_listItemValueRight. these define the individual styles of column within this row. |
rbs_rowUnviewed
|
Renders a row to render a list Item that has not been viewed yet. Other styles that must inherit this style are td.listItemValue, td. smallIcon, td.actonCol, td.groupSpacer, td.checkbox, td.listItemNumberValue, td.summary, td.totalSummary, td.rbs_listItemValueRight. these define the individual styles of column within this row. |
rbs_rowViewed
|
Renders a row to render a list Item that has been viewed previously. Other styles that must inherit this style are td.listItemValue, td. smallIcon, td.actonCol, td.groupSpacer, td.checkbox, td.listItemNumberValue, td.summary, td.totalSummary, td.rbs_listItemValueRight. these define the individual styles of column within this row. |
rbs_whiteListItem
|
Renders a white row to render a list Item that has not been viewed yet. Other styles that must inherit this style are td.listItemValue, td. smallIcon, td.actonCol, td.groupSpacer, td.checkbox, td.listItemNumberValue, td.summary, td.totalSummary, td.rbs_listItemValueRight. these define the individual styles of column within this row. |