Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

[Video Tutorial] Adding styles to nuBuilder

Video Tutorials, How-Tos, Tips & Tricks, and Guides.
steven
Posts: 369
Joined: Mon Jun 15, 2009 10:03 am
Has thanked: 52 times
Been thanked: 52 times

[Video Tutorial] Adding styles to nuBuilder

Unread post 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
You do not have the required permissions to view the files attached to this post.
A short post is a good post.
Post Reply