mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Apply new loading animation into mobile template
This commit is contained in:
parent
8c5c227d9f
commit
2191269e2e
@ -6268,7 +6268,7 @@ span.egw_tutorial_title {
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background-color: #0C5DA5;
|
background: white;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@ -6278,13 +6278,9 @@ span.egw_tutorial_title {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-image: url(../../api/templates/default/images/logo64x64.png);
|
background-image: url(../../pixelegg/images/loading.svg);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
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 {
|
body table.egwGridView_outer thead tr th {
|
||||||
font-size: small !important;
|
font-size: small !important;
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
.background_color_egw_dark;
|
background: white;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
&:before{
|
&:before{
|
||||||
@ -65,13 +65,9 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-image: url(../../api/templates/default/images/logo64x64.png);
|
background-image: url(../../pixelegg/images/loading.svg);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 64px;
|
|
||||||
-webkit-animation: fw-firstload 2s infinite;
|
|
||||||
animation: fw-firstload 2s infinite;
|
|
||||||
-moz-animation: fw-firstload 2s infinite;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6279,7 +6279,7 @@ span.egw_tutorial_title {
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background-color: #0C5DA5;
|
background: white;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@ -6289,13 +6289,9 @@ span.egw_tutorial_title {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-image: url(../../api/templates/default/images/logo64x64.png);
|
background-image: url(../../pixelegg/images/loading.svg);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
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 {
|
body table.egwGridView_outer thead tr th {
|
||||||
font-size: small !important;
|
font-size: small !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user