Apply new loading animation into mobile template

This commit is contained in:
Hadi Nategh 2019-08-06 16:18:46 +02:00
parent 8c5c227d9f
commit 2191269e2e
3 changed files with 6 additions and 18 deletions

View File

@ -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;

View File

@ -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;
}
}

View File

@ -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;