extras.css 87 B

1234
  1. /* Make the entire page show a busy cursor */
  2. .nprogress-busy body {
  3. cursor: wait;
  4. }