diff options
Diffstat (limited to 'themes/default/css/screen.css')
-rw-r--r-- | themes/default/css/screen.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index d1670921..8963120b 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -705,12 +705,12 @@ li.gError select { /* Ajax loading indicator ~~~~~~~~~~~~~~~~ */ .gLoadingLarge { - background: #fff url('../images/loading-lg.gif') no-repeat center center; + background: #e8e8e8 url('../images/loading-lg.gif') no-repeat center center; font-size: 0; } .gLoadingSmall { - background: #fff url('../images/loading-sm.gif') no-repeat center center; + background: #e8e8e8 url('../images/loading-sm.gif') no-repeat center center; font-size: 0; } |