Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Smart/Web Client Type SelectorNGClient Selector

body

[
ng-style="bodyStyle"].svy-body
button.svy-button
calendar.svy-calendar
check.svy-check
checkgroup.svy-checkgroup
htmlarea.svy-htmlarea
htmlview.svy-htmlview
imagemedia.svy-mediafield
combobox.svy-combobox
even.ui-grid-row:nth-child(even) .ui-grid-cell
field.svy-field
footer[ng-style="footerStyle"].svy-footer
form[.svy-formstyle]form
header[ng-style="headerStyle"].svy-header
label.svy-label
listbox.svy-listbox
odd.ui-grid-row:nth-child(odd) .ui-grid-cell
password.svy-password
portal.svy-portal
radio.svy-radio
radiogroup.svy-radiogroup
slider.svy-slider
spinner.svy-spinner
splitpane.svy-splitpane
tabpanel.svy-tabpanel
textarea.svy-textarea
textfield.svy-textfield
typeahead.svy-typeahead
selected

.ui-grid-row-selected div.ui-grid-cell

(you have to use !important to override selected background color)

grid_header

.ui-grid-header-cell

grid_viewport

.ui-grid-header-viewport

title_header[ng-style="titleheaderStyle"].svy-titleheader
title_footerN/A

 

The grid is based on UI-grid, there is a customizer that creates a stylesheet: http://ui-grid.info/customizer/#

...