Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

[Changed] Colour theme

Information about updates, news, Code Library
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 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