This commit is contained in:
Mirco Wittrien 2020-01-17 14:14:01 +01:00
parent 26b1e586ea
commit 4b6afec6fe
2 changed files with 17 additions and 1 deletions

View File

@ -8251,6 +8251,22 @@
margin: 0 4px 0 3px;
}
${BDFDB.dotCN.loadingiconwrapper} {
position: absolute;
bottom: 0;
right: 0;
z-index: 1000;
animation: loadingwrapper-fade 3s infinite ease;
}
${BDFDB.dotCNS.loadingiconwrapper + BDFDB.dotCN.loadingicon} {
margin: 0 5px;
}
@keyframes loadingwrapper-fade {
from {opacity: 0.1;}
50% {opacity: 0.9;}
to {opacity: 0.1;}
}
${BDFDB.dotCN.settingspanelinner} {
padding-left: 15px;
padding-right: 5px;

File diff suppressed because one or more lines are too long