Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

[Changed] Colour theme

Information about updates, news, Code Library
admin
Site Admin
Posts: 2778
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5

[Changed] Colour theme

Unread post by admin »

New colour theme "Tufts Blue":
nu colour.png
nu colour.png (32.66 KiB) Viewed 354 times
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;
}
 
Post Reply