Files
2026-06-19 20:08:01 +06:00

5 lines
87 B
CSS

/* Make the entire page show a busy cursor */
.nprogress-busy body {
cursor: wait;
}