mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 02:05:59 +08:00
Change loader background
Also rename @keyframe for spiner animation
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
line-height: @loadmask-image-height;
|
||||
border: none;
|
||||
background-image: none;
|
||||
background-color: fade(@black, 90%);
|
||||
background-color: fade(@gray-deep, 95%);
|
||||
color: @gray-light;
|
||||
.border-radius(@border-radius-large);
|
||||
|
||||
@ -107,7 +107,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes slidein {
|
||||
@keyframes rotation {
|
||||
from {
|
||||
transform: rotate(0);
|
||||
}
|
||||
@ -119,7 +119,7 @@
|
||||
|
||||
#loadmask-spinner {
|
||||
animation-duration: .8s;
|
||||
animation-name: slidein;
|
||||
animation-name: rotation;
|
||||
animation-iteration-count: infinite;
|
||||
animation-timing-function: linear;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user