diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 8211a2d47e..501846d87a 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -6268,7 +6268,7 @@ span.egw_tutorial_title { top: 0; left: 0; bottom: 0; - background-color: #0C5DA5; + background: white; height: 100%; width: 100%; } @@ -6278,13 +6278,9 @@ span.egw_tutorial_title { position: absolute; width: 100%; height: 100%; - background-image: url(../../api/templates/default/images/logo64x64.png); + background-image: url(../../pixelegg/images/loading.svg); background-position: center; background-repeat: no-repeat; - background-size: 64px; - -webkit-animation: fw-firstload 2s infinite; - animation: fw-firstload 2s infinite; - -moz-animation: fw-firstload 2s infinite; } body table.egwGridView_outer thead tr th { font-size: small !important; diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index bd730dd341..69e5cc426c 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -56,7 +56,7 @@ top: 0; left: 0; bottom: 0; - .background_color_egw_dark; + background: white; height: 100%; width: 100%; &:before{ @@ -65,13 +65,9 @@ position: absolute; width: 100%; height: 100%; - background-image: url(../../api/templates/default/images/logo64x64.png); + background-image: url(../../pixelegg/images/loading.svg); background-position: center; background-repeat: no-repeat; - background-size: 64px; - -webkit-animation: fw-firstload 2s infinite; - animation: fw-firstload 2s infinite; - -moz-animation: fw-firstload 2s infinite; } } diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index d562c25d5f..71d045d29f 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -6279,7 +6279,7 @@ span.egw_tutorial_title { top: 0; left: 0; bottom: 0; - background-color: #0C5DA5; + background: white; height: 100%; width: 100%; } @@ -6289,13 +6289,9 @@ span.egw_tutorial_title { position: absolute; width: 100%; height: 100%; - background-image: url(../../api/templates/default/images/logo64x64.png); + background-image: url(../../pixelegg/images/loading.svg); background-position: center; background-repeat: no-repeat; - background-size: 64px; - -webkit-animation: fw-firstload 2s infinite; - animation: fw-firstload 2s infinite; - -moz-animation: fw-firstload 2s infinite; } body table.egwGridView_outer thead tr th { font-size: small !important;