Changing Oracle BPM WorkSpace Default CSS File

WorkSpace uses a CSS to define its presentation. The following procedures show you how to change WorkSpace default CSS file.
These procedures show you how to create a new CSS file using WorkSpace default CSS file as a template. To do this you need to edit the following files:
  • The CSS file bpmworkspace.css in <ORABPM_HOME>/webapps/workspace/css.
  • WorkSpace configuration file workspace.properties in<ORABPM_HOME>/webapps/workspace/WEB-INF.

To change WorkSpace default CSS:

  1. Create a copy of the file bpmworkspace.css.
    Note: Make sure you leave the copied CSS file in the same directory where the original file is.
  2. Rename the copied file.
  3. Edit the new CSS file to modify presentation preferences. For a reference of the CSS classes each WorkSpace panel uses, see Oracle BPM WorkSpace Panels CSS Reference.
  4. Edit the file workspace.properties.
  5. Change the value of the property fuego.workspace.stylesheet to the name of the new CSS file.
  6. Restart Oracle BPM web applications.

The next time you access WorkSpace, it uses the properties defined in the new CSS file to render its presentation.