File size: 87 Bytes
3f268e5 |
1 2 3 4 5 |
/* Make the entire page show a busy cursor */
.nprogress-busy body {
cursor: wait;
}
|
3f268e5 |
1 2 3 4 5 |
/* Make the entire page show a busy cursor */
.nprogress-busy body {
cursor: wait;
}
|