* Wed Jul 02 2025 Brian Read <brianr@koozali.org> 11.0.0-101.sme

- Fix busy cursor, csp intervened. [SME: 13064]
This commit is contained in:
2025-07-02 14:10:06 +01:00
parent ff9c2fee8c
commit bec39af49c
4 changed files with 27 additions and 27 deletions

View File

@@ -280,4 +280,14 @@ background-color: #e8f3e1;
/* Or specify the desired color */
text-decoration: none;
/* Or any other style you want to reset */
}
#busy-indicator {
display: none;
margin-top: 10px;
font-weight: bold;
color: red;
}
.busy {
cursor: wait; /* Change the cursor to a 'wait' cursor */
}