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

This commit is contained in:
Jenkins 2012-05-26 22:45:05 +00:00 committed by Gerrit Code Review
commit 228c717e2a

View File

@ -92,7 +92,8 @@ var Horizon = function() {
radius: 3, radius: 3,
color: '#000', color: '#000',
speed: 0.8, speed: 0.8,
trail: 50 trail: 50,
zIndex: 100
}; };
/* Namespace for core functionality related to DataTables. */ /* Namespace for core functionality related to DataTables. */