fixes for rep complete queue
This commit is contained in:
@@ -2474,4 +2474,27 @@ fade {
|
||||
margin-top: 32px;
|
||||
padding-top: 4px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.textloading:after {
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
vertical-align: bottom;
|
||||
-webkit-animation: ellipsis steps(4, end) 900ms infinite;
|
||||
animation: ellipsis steps(4, end) 900ms infinite;
|
||||
content: "\2026";
|
||||
/* ascii code for the ellipsis character */
|
||||
width: 0px;
|
||||
}
|
||||
|
||||
@keyframes ellipsis {
|
||||
to {
|
||||
width: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes ellipsis {
|
||||
to {
|
||||
width: 40px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user