This content has been marked as final.
Show 3 replies
-
1. Re: Disable rotating arrows refresh icon
Mahmoud_Rabie Mar 12, 2016 6:14 PM (in response to Padmocho-Oracle)Hi Padmocho
If you are using Apex 5, then add this code to the inline CSS section of your Page Template
.u-Processing { display:none }
I hope that solves your problem
Regards
Mahmoud
-
2. Re: Disable rotating arrows refresh icon
Padmocho-Oracle Mar 12, 2016 6:38 PM (in response to Mahmoud_Rabie)Thank You moud - works like a charm!
-
3. Re: Disable rotating arrows refresh icon
Mahmoud_Rabie Mar 12, 2016 6:43 PM (in response to Padmocho-Oracle)You are welcome