4.5.1. Changing the Default Stylesheet

The default stylesheets are located in the openidm/ui/default/admin/public/css directory. To customize the stylesheets, copy them to openidm/ui/extension/css, and edit them according to your requirements.

The following example changes the background color of the input forms to green.

  1. Copy the default stylesheets to openidm/ui/extension/css:

    $ cd /path/to/openidm/ui/default/admin/public/
    $ cp -r css ../../../extension/
  2. Edit the openidm/ui/extension/css/user/config.less file as follows:

    @content-background: #99CC66;
  3. Refresh your browser window for the change to appear.