Updated styles

This commit is contained in:
2021-05-09 17:57:34 +02:00
parent 6f200fc2a7
commit 75a3da7d95
3 changed files with 11 additions and 0 deletions

View File

@ -65,6 +65,12 @@ footer{
.dragDrop.loading {
background-color: var(--color-loader-hover);
}
.dragDrop .loader {
display: none;
}
.dragDrop.loading .loader {
display: block;
}
/*.dragDrop.loading p:first-child::before {
content: "⋮";