5
the buttons are defined in the bootstrap framework.
the green buttons on the user profile page have the class: btn btn-success
you need to override the bootstrap classes in the following file xbootstrap/style.css
insert there following lines and change the color and font as you like
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
All btn-success buttons will then be changed