mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-28 12:46:36 +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;
|
||
|
|
}
|