5 lines
87 B
CSS
5 lines
87 B
CSS
|
/* Make the entire page show a busy cursor */
|
||
|
.nprogress-busy body {
|
||
|
cursor: wait;
|
||
|
}
|