Welcome to the nuBuilder Forums!

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

Adding styles to nuBuilder

steven
Posts: 359
Joined: Mon Jun 15, 2009 10:03 am
Has thanked: 48 times
Been thanked: 47 times

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.
If you like nuBuilder, how about leaving a nice review on SourceForge?
Post Reply