A Browse Form can take styles as well by adding this.
Code: Select all
.nuCellOdd {
background-color: lightgrey;
}
.nuCellEven {
background-color: #E0E0E0;
}
.nuSelectBrowse {
background-color: cornflowerblue !important;
}
Code: Select all
.nuCellOdd {
background-color: lightgrey;
}
.nuCellEven {
background-color: #E0E0E0;
}
.nuSelectBrowse {
background-color: cornflowerblue !important;
}