/* 2.1 Modal ajax-loader -------------------------------------------------------------------*/ /* When the body has the loading class, we turn the scrollbar off with overflow:hidden */ body.@{p}ajax-loading { //overflow: hidden; } /* Anytime the body has the loading class, our modal element will be visible */ body.@{p}ajax-loading #@{p}ajax-loader-modal { display: block; } #@{p}ajax-loader-modal { display: none; position: fixed; z-index: 9999; top: 0; left: 0; height: 100%; width: 100%; background: rgba( 255, 255, 255, .7 ) url('../../img/ajax-loader.gif') 50% 50% no-repeat; //background: rgba( 0, 0, 0, .6 ) url('../../img/ajax-loader_2.gif') 50% 50% no-repeat; }