diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-12-05 16:37:35 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-12-05 16:37:35 +0000 |
commit | 3774362838a45a0a1f4f39c18e5cbd04a632959e (patch) | |
tree | fe721898331c821c32552ead1a5f3c4740d3e1b0 | |
parent | e8998ea07a6f5b48a9a858cc8a21eca354773eaf (diff) | |
download | brdo-3774362838a45a0a1f4f39c18e5cbd04a632959e.tar.gz brdo-3774362838a45a0a1f4f39c18e5cbd04a632959e.tar.bz2 |
#615130 by xmacinfo: Kill performance-sucking throbber gif reference.
-rw-r--r-- | modules/overlay/overlay-parent.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/overlay/overlay-parent.css b/modules/overlay/overlay-parent.css index d4c956695..115977b7a 100644 --- a/modules/overlay/overlay-parent.css +++ b/modules/overlay/overlay-parent.css @@ -67,7 +67,6 @@ margin: 0; padding: 0; overflow: visible; - background: #fff url(images/loading.gif) no-repeat 50% 50%; -webkit-box-shadow: 8px 8px 8px rgba(0,0,0,.5); -moz-box-shadow: 8px 8px 8px rgba(0,0,0,.5); box-shadow: 8px 8px 8px rgba(0,0,0,.5); |