From c4d50b5d49a7beeabc85894b7862ca36a215fc06 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 8 Dec 2015 09:44:33 +0000 Subject: [PATCH] Mobile theme W.I.P.: - Remove legacy css class from old loading stuffs --- pixelegg/css/mobile.css | 6 ------ pixelegg/css/mobile.less | 6 ------ 2 files changed, 12 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index f6767fd171..5859ee8746 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -7321,7 +7321,6 @@ span.egw_tutorial_title { z-index: 999; -webkit-overflow-scrolling: touch; overflow-y: scroll; - background: white; } .egw_fw_mobile_popup_container .egw_fw_mobile_popupFrame { width: 100%; @@ -7342,11 +7341,6 @@ span.egw_tutorial_title { right: 2px; position: absolute; } - .egw_fw_mobile_popup_loader { - background: url(../images/loading.gif) center no-repeat; - background-size: 120px 120px; - background-position: center; - } #mail-display { min-height: initial !important; } diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index 2745fcc183..9a5befd654 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -802,7 +802,6 @@ z-index: 999; -webkit-overflow-scrolling: touch; overflow-y:scroll; - background: white; .egw_fw_mobile_popupFrame { width: 100%; height: 100%; @@ -822,11 +821,6 @@ position: absolute; } } - .egw_fw_mobile_popup_loader { - background: url(../images/loading.gif) center no-repeat; - background-size: 120px 120px; - background-position: center; - } //################################### //# #