Add refreash animation for "Known remotes" import screen

This commit is contained in:
NI
2019-12-31 09:30:35 +08:00
parent 8af9f1a1f1
commit ed2f8157ad
3 changed files with 42 additions and 2 deletions

View File

@@ -26,6 +26,28 @@
background: #3a3a3a;
display: flex;
flex-direction: column;
position: relative;
}
#connect-known-list.reloaded {
}
#connect-known-list.reloaded::after {
opacity: 0;
z-index: 2;
content: " ";
display: block;
position: absolute;
width: 100%;
height: 0;
top: -2px;
left: 0;
right: 0;
background: #fff;
animation-name: home-window-display-flash;
animation-duration: 0.5s;
animation-iteration-count: 1;
box-shadow: 0 0 10px #fff;
}
#connect-known-list-list,