Welcome to the nuBuilder Forums!

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

[Changed] Colour theme

Information about updates, news, Code Library
admin
Site Admin
Posts: 2813
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

[Changed] Colour theme

Unread post by admin »

New colour theme "Tufts Blue":
nu colour.png
To get the old colours "Deep Sky Blue" back, insert this css under Setup->style

Code: Select all

 .nuBreadcrumbHolder {
     background-color: #00adef;
     border-bottom: thin solid #5e5b64;
}
 .nuButton, .input_button {
     background-color: #00ADEF;
     border-color: #0b456c;
}
 .nuActionButton {
     background-color: #00ADEF;
}
 
You do not have the required permissions to view the files attached to this post.
Post Reply