How To Change Default Loading Indicator In Portal?

Greetings,
So I see the default blue spinning wheel while waiting on a flow to finish or a folder/project to open. I'd like to change this instance-wide to a custom image. I only see the report loading indicator in the Theme Editor. How would I change the loading indicator used for everything else in Decisions?
Comments
-
Hello there!
There are four basic steps to accomplish this:
1. Navigate to C:\Program Files\Decisions\Decisions Server\wwwroot\Content\Images and place the SVG file you want to use as the Loading Spinner.
2. Add the CSS snippet to below files:
C:\Program Files\Decisions\FileStorage\{TenantName}\styles\themes\theme.portal-custom.less
C:\Program Files\Decisions\FileStorage\{TenantName}\styles\themes\theme.studio-custom.less
3. Run the 'Rebuild Styles' action by right-clicking on System → Themes.
4. Clear your browser cache.
//CSS Snippet
.dp-spinner {
background-image: url("../../Content/Images/{yourspinner.svg}");
animation: none;
-webkit-animation: none;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.dp-spinner svg {
display: none;
}
#loading-overlay .initializtext {
display: none;
}
.dp-report-grid-holder__spinner-text {
display: none;
}
We hope this helps!
-Gregory
Howdy, Stranger!
Categories
- 4.4K All Categories
- 86 General
- 13 Training
- 212 Installation / Setup
- 1.2K Flows
- 112 Rules
- 282 Administration
- 216 Portal
- 501 General Q & A
- 719 Forms
- 353 Reports
- 3 Designer Extensions
- 48 Example Flows
- 58 CSS Examples
- 1 Diagram Tile
- 8 Javascript Controls
- 189 Pages
- 5 Process Mining
- New Features
- 187 Datastructures
- 71 Repository
- 233 Integrations
- 30 Multi-Tenant
- 27 SDK
- 81 Modules
- 60 Settings
- 27 Active Directory
- 12 Version 7
- 36 Version 8
- 143 Lunch And Learn Questions