Index: branches/RC/core/admin_templates/js/ajax.js =================================================================== diff -u -N -r11592 -r11599 --- branches/RC/core/admin_templates/js/ajax.js (.../ajax.js) (revision 11592) +++ branches/RC/core/admin_templates/js/ajax.js (.../ajax.js) (revision 11599) @@ -131,8 +131,8 @@ top: $content_offset.top + $parent_div.scrollTop(), position: 'absolute', zIndex: 200, - opacity: 0.75, - backgroundColor: 'lightgray', + opacity: 0.5, + backgroundColor: '#2D79D6', // don't show progress overlay, when target div is hidden display: $content_offset.top /*$content_height*/ > 0 ? 'block' : 'none'