Change Loading Icon

How can I change the default loading icon?

Comments

  • Nathan_Decisions
    edited July 18

    This is possible through the following steps:

    1. Place a .svg file of the image you would like instead here: C:\Program Files\Decisions\Decisions Server\wwwroot\Content\Images
    2. Create a theme.portal-custom.less with the necessary code and place it here: C:\Program Files\Decisions\FileStorage\Primary\styles\themes\theme.portal-custom.less
    3. Create a theme.studio-custom.less with the necessary code and place it here: C:\Program Files\Decisions\FileStorage\Primary\styles\themes\theme.studio-custom.less
    4. Choose Rebuild Styles at System → Themes then clear the browser cache.

    This does not affect any components of Decisions that use the default icon in their specific css class (e.g. Forms, Pages, etc.) This will require custom css to be applied in place of the default css class for the entity in question. Use the following CSS making sure you update the background-image tag with your specific .svg file.

    Please Note: The examples attached were developed to be instructional, and were not developed as officially supported components. For more information or to engage our service team to develop fully supported, production quality solutions, please contact: services@decisions.com.

Sign In or Register to comment.