Update navigator.js

Only modified the transparency to make the Navigator completely opaque.
This commit is contained in:
cskwg 2013-06-10 11:55:21 +03:00
parent 4d5ccb2007
commit affc770b71

View file

@ -102,7 +102,7 @@ $.Navigator = function( options ){
style.border = borderWidth + 'px solid #555';
style.padding = '0px';
style.background = '#000';
style.opacity = 0.8;
style.opacity = 1.0;
style.overflow = 'hidden';
}( this.element.style, this.borderWidth));