Page 1 of 1

[Video Tutorial] Adding styles to nuBuilder

Posted: Fri Nov 08, 2024 11:31 pm
by steven
Adding styles to nuBuilder



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;
}

browsestyle.png