ref: master
public/stylesheets/loading-overlay.scss
1 2 3 4 5 6 7 8
.loading-overlay { position: absolute; background-color: #eee; /* while the image don't load */ background-image: url(/images/loading-overlay.gif); opacity: 0.40; z-index: 10; }