My current project involves working on an ExtJS 4.2.1 application that includes numerous alerts and Ajax calls.
I've come across an issue where the same CSS class for the mask (.x-mask) is being used for both loading indicators and modal masks when displaying windows modally.
Is there a way to differentiate between these two behaviors?
The Problem at Hand:
- I want the background color to be red for modal windows.
- I want the background color to be green for loading masks.
Any assistance on this matter would be greatly appreciated.