From: Coleman Watts Date: Wed, 3 Sep 2014 21:36:46 +0000 (+0100) Subject: CRM-13863 - Better-looking overlay X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9802007004567262b967a7510c82e9e71c3c5d15;p=civicrm-core.git CRM-13863 - Better-looking overlay --- diff --git a/css/civicrm.css b/css/civicrm.css index 0812e0bf07..777c074368 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -4516,5 +4516,5 @@ span.crm-status-icon { /* block-ui */ .crm-container .blockUI.blockOverlay { - background: url("../i/loading-overlay.gif") center center no-repeat black; + background: url("../i/loading-overlay.gif") center center no-repeat white !important; } diff --git a/i/loading-overlay.gif b/i/loading-overlay.gif index d881cde00d..c06d064ddb 100644 Binary files a/i/loading-overlay.gif and b/i/loading-overlay.gif differ