mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-11 01:42:38 +00:00
5 lines
87 B
CSS
Executable File
5 lines
87 B
CSS
Executable File
/* Make the entire page show a busy cursor */
|
|
.nprogress-busy body {
|
|
cursor: wait;
|
|
}
|