This commit is contained in:
jack ning
2025-05-23 11:51:57 +08:00
parent 75460ef8f9
commit 0b787054a9
173 changed files with 25575 additions and 213 deletions

View File

@@ -0,0 +1,4 @@
/* Make the entire page show a busy cursor */
.nprogress-busy body {
cursor: wait;
}