Lowering zindex for spinners, so they don't appear above modal windows.
* Fixes bug 1002579 Change-Id: I62f3220e3474e7d6e689aa36d8dd213e666cfbf9
This commit is contained in:
parent
eabe38b549
commit
3b942b49e1
@ -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. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user