diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index e1cb7ee652..6fa0b774aa 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -729,9 +729,8 @@ } } .egw_fw_mobile_popup_loader { - background-image: url('../images/ajax-loader.gif'); - background-repeat: no-repeat; + background: url(../images/loading.gif) center no-repeat; + background-size: 120px 120px; background-position: center; - background: rgba(0, 0, 0, 0.44) !important; } } \ No newline at end of file diff --git a/pixelegg/images/loading.gif b/pixelegg/images/loading.gif new file mode 100644 index 0000000000..90f28cbdbb Binary files /dev/null and b/pixelegg/images/loading.gif differ