mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-19 19:51:34 +01:00
5 lines
87 B
CSS
5 lines
87 B
CSS
/* Make the entire page show a busy cursor */
|
|
.nprogress-busy body {
|
|
cursor: wait;
|
|
}
|