mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added spinner when starting Olympus
This commit is contained in:
@@ -311,6 +311,8 @@ input {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
padding: 15px 0px !important;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
#popup .footer {
|
||||
@@ -482,6 +484,11 @@ input {
|
||||
background-position: 50% 50%;
|
||||
}
|
||||
|
||||
.button.collapse.loading::after {
|
||||
background-image: url("../icons/spinner-solid.svg");
|
||||
animation: rotate 2s linear infinite;
|
||||
}
|
||||
|
||||
.button.collapse>div {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user