Forum Post: RE: Color scheme Rollbase 2.2

  • Thread starter Thread starter murali
  • Start date Start date
Status
Not open for further replies.
M

murali

Guest
You Can change the button colors ( or add any custom javascript or CSS or HTML ) per application in Rollbase. 1. Go To Setting ( from header popup : top left ) 2. Applicatons - Choose your Application 3. Once in Application Configuration Page; More Actions - 'Header And Footer' 4. Enter the following text in Header text box & Save (note: I chose some bluish colors based on default bootstrap theme. You may want to change these) style type='text/css' .pacific-bootstrap .btn.btn-primary { background-color: #006DCC !important; } body.pacific-bootstrap .btn-primary:hover, body.pacific-bootstrap .btn-primary:focus { background-color: #0044CC !important; } body.pacific-bootstrap .btn-primary:active { background-color: #0055CC !important; box-shadow: 0 2px #00cccc; } body.pacific-bootstrap .btn-primary:disabled, body.pacific-bootstrap .btn-primary.disabled, body.pacific-bootstrap .btn-primary.disabled:hover, body.pacific-bootstrap .btn-primary.disabled:focus, body.pacific-bootstrap .btn-primary.disabled:active { background-color: #0077CC !important; box-shadow: 0 2px #00cccc; } /style Note : The customization is per application. It affects the runtime of your app. You will see default Rollbase button on setup/edit page screens

Continue reading...
 
Status
Not open for further replies.
Back
Top