[Video Tutorial] Adding styles to nuBuilder
Posted: Fri Nov 08, 2024 11:31 pm
Adding styles to nuBuilder
A Browse Form can take styles as well by adding this.
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;
}