diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index ab3d83527e..eb7cf28899 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -6957,9 +6957,8 @@ a.textSidebox { visibility: hidden; } .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; } } diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index b1cc63f1e3..2ff43b507f 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -49,7 +49,7 @@ font-size:medium; margin-top:15px; } - + //################### //# # //# Grid & NM # @@ -61,8 +61,8 @@ th{ font-size: small !important; } - } - } + } + } } } #egw_fw_basecontainer{ @@ -724,9 +724,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