mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -04:00
[fix] Adjust style of loading animated icon
Icon was not exactly spinning at a "fixed" position on screen.
This commit is contained in:
parent
9bea5a64b8
commit
5ebfd91769
1 changed files with 3 additions and 3 deletions
|
@ -252,12 +252,12 @@ li[data-key=showusers] > a #online_count {
|
|||
}
|
||||
|
||||
.loadingAnimation{
|
||||
-webkit-animation: loadingAnimation 2s infinite linear;
|
||||
animation: loadingAnimation 2s infinite linear;
|
||||
-webkit-animation: loadingAnimation 2s infinite linear reverse;
|
||||
animation: loadingAnimation 2s infinite linear reverse;
|
||||
font-family: "fontawesome-etherpad";
|
||||
font-size:24px;
|
||||
z-index:150;
|
||||
width:25px;
|
||||
width:20px;
|
||||
height:25px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue