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.
-
Copy the default stylesheets to
openidm/ui/extension/css:$ cd /path/to/openidm/ui/default/admin/public/ $ cp -r css ../../../extension/
-
Edit the
openidm/ui/extension/css/user/config.lessfile as follows:@content-background: #99CC66;
-
Refresh your browser window for the change to appear.

