Change the loading spinner image
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2015 04:10 AM
Hi,
So our loading "Spinner" image shows up in the right portion of the header when servicenow is loading items or creating new form data. I would like to change the style from white background to dark blue background and the image to be white as it spins. Currently it clashes badly with our color theme we are using. I can find an acceptable animated replacement gif but I cannot figure out where I can change this image or define a different one in a css or an admin form.
The current image is called
<img id="show_loading_gif" src="images/loading_anim2.gifx" height="16" border="0" style="visibility: hidden;" width="16">
Any idea? I looked in the images area and could not fine this image either.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2015 05:04 AM
I think that those stock images exist on the server and not in the application. If you don't have access to the folder, you cannot put any new things in there. That is why you have to hack it up a bit and inject your own CSS.