Lowering zindex for spinners, so they don't appear above modal windows.

* Fixes bug 1002579

Change-Id: I62f3220e3474e7d6e689aa36d8dd213e666cfbf9
This commit is contained in:
jakedahn 2012-05-24 00:41:30 -07:00
parent eabe38b549
commit 3b942b49e1

View File

@ -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. */