Mobile theme:

- Make jumping logo firstloader animation slower
This commit is contained in:
Hadi Nategh 2016-04-25 12:16:34 +00:00
parent d890d1324f
commit 30bdfb59a0
3 changed files with 9 additions and 11 deletions

View File

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

View File

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

View File

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