/* =============================================== */
/* CSS for control sap.ui.core/LocalBusyIndicator  */
/* High Contrast Black theme                       */
/* =============================================== */

@_sap_ui_core_LocalBusyIndicator_Background: fade(@sapHCStandardBG, 30%);
@_sap_ui_core_LocalBusyIndicator_BackgroundIE: @sapHCStandardBG;

// Color the BusyIndicator with the standard FG color in HCB
// The brandColor default is black, and thus invisible in HCB
@_sap_ui_core_LocalBusyIndicator_Color: @sapHCStandardFG;