Remove The Siebel Loading Logo and text
Siebel Version: 8.2.2.2
Requirement:
Oracle Siebel usually has a waiting logo or symbol that appears when we navigate from one view to other or when loading of some kind takes place, like the image below.Solution:
The css behind the view is basic.css we add an attribute and value:
visibility: hidden;
under the class mask -"div.siebui-mask-splash" and "#mask div.siebui-mask-content"
Refer the Image below:
Clear cache and Reload.
Voila the loading image is gone!!
Comments
Post a Comment