diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 24fa428e82..13bb0a39d9 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -5979,9 +5979,9 @@ span.egw_tutorial_title { background-position: center; background-repeat: no-repeat; background-size: 64px; - -webkit-animation: fw-firstload 1s infinite; - animation: fw-firstload 1s infinite; - -moz-animation: fw-firstload 1s infinite; + -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 f10c06a683..7410e38ec7 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -69,12 +69,10 @@ background-position: center; background-repeat: no-repeat; background-size: 64px; - -webkit-animation: fw-firstload 1s infinite; - animation: fw-firstload 1s infinite; - -moz-animation: fw-firstload 1s infinite; - + -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 13bfa63133..6fdd239b39 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -5990,9 +5990,9 @@ span.egw_tutorial_title { background-position: center; background-repeat: no-repeat; background-size: 64px; - -webkit-animation: fw-firstload 1s infinite; - animation: fw-firstload 1s infinite; - -moz-animation: fw-firstload 1s infinite; + -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;