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
bakar, freddy@brixx.com, Apart from the solution that I outlined, there are 3 ways to bring back the blue buttons in Rollbase 2.2; depending on your requirement. I assume that both of you are on pvt cloud. A. If you love the new Rollbase button styling (square edges) but just want blue buttons instead of Orange - Use Custom SyleSheet. (Note : Custom Stylesheet is not supported for Master Zone) - i. Take a copy of your default rbtheme.css : For rollbase.com ( as of 6/1/2014 ) it is www.rollbase.com/.../rbtheme.css For a simple Pvt cloud 2.2.2.0 default installation ( not clustered license ) it should be http://localhost:8080/master/css/rbtheme.css?v=2.2.2.0 - ii. Add the following css ( From my earlier post ) to it and save it to your hard disk ; say bluetheme.css BEGIN CSS SNIPPET .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; } END CSS SNIPPET - iii. Create a Hosed File Out of it. Name it Blue Theme - iv. Goto Settings Account Settings - v. For 'CSS Stylesheet' dropdown, select 'Blue Theme' & Submit However.... if you want the Rollbase round blue buttons aka Rollbase Classic B. If you want to turn Rollbase Classic on a Customer Zone - i. Goto Settings (Company-wide settings) as an administrator - ii. Select Configure and add the following field - Type Text - Name System UI Style - Integration name system_ui_style (should be exactly as mentioned here) - iii. Goto Settings (Company-wide settings) and Edit - iv. Set value for System UI Style property to "Rollbase Classic" and Save C.If you want to turn Rollbase Classic on all Tenants for whom you are the 'ISV Partner' user - i. Login as the ISV Partner user - ii. Go to Settings - My Settings - iii. You will find a new field (a drop down) : System UI Style - iv.Choose ‘Rollbase Classic’ - v. The flag will not take effect in all ISV Customers immediately because of the caches Rollbase keeps to optimize system performance - vi. For the effect to take place on a Customer ; Unload and Load that Customer on a prod server Alternately, restart Rollbase Pvt Cloud if you can do that.

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