From 3b942b49e155d845dfeffdba066482ff752e59c1 Mon Sep 17 00:00:00 2001 From: jakedahn Date: Thu, 24 May 2012 00:41:30 -0700 Subject: [PATCH] Lowering zindex for spinners, so they don't appear above modal windows. * Fixes bug 1002579 Change-Id: I62f3220e3474e7d6e689aa36d8dd213e666cfbf9 --- horizon/static/horizon/js/horizon.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/horizon/static/horizon/js/horizon.js b/horizon/static/horizon/js/horizon.js index e88ab96e0..8e0ac2ce3 100644 --- a/horizon/static/horizon/js/horizon.js +++ b/horizon/static/horizon/js/horizon.js @@ -92,7 +92,8 @@ var Horizon = function() { radius: 3, color: '#000', speed: 0.8, - trail: 50 + trail: 50, + zIndex: 100 }; /* Namespace for core functionality related to DataTables. */