forked from extern/egroupware
Mobile theme:
- Make jumping logo firstloader animation slower
This commit is contained in:
parent
d890d1324f
commit
30bdfb59a0
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//###################
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user