mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-26 03:36:37 +08:00
5 lines
87 B
CSS
5 lines
87 B
CSS
|
|
/* Make the entire page show a busy cursor */
|
||
|
|
.nprogress-busy body {
|
||
|
|
cursor: wait;
|
||
|
|
}
|