diff options
Diffstat (limited to 'themes/admin_default/css/screen.css')
| -rw-r--r-- | themes/admin_default/css/screen.css | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index c81db58d..4f802039 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -768,17 +768,17 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser {  /* Ajax loading indicator ~~~~~~~~~~~~~~~~ */  .gLoadingLarge { -  background: #e8e8e8 url('../images/loading-lg.gif') no-repeat center center; +  background: #e8e8e8 url('../../../lib/images/loading-arge.gif') no-repeat center center;    font-size: 0;  }  .gDialogLoadingLarge { -  background: url('../images/loading-lg.gif') no-repeat center center !important; +  background: url('../../../lib/images/loading-large.gif') no-repeat center center !important;    font-size: 0;  }  .gLoadingSmall { -  background: #e8e8e8 url('../images/loading-sm.gif') no-repeat center center; +  background: #e8e8e8 url('../../../lib/images/loading-small.gif') no-repeat center center;    font-size: 0;  } | 
