diff --git a/src/navigator.js b/src/navigator.js index fa3a301c..54d1f73d 100644 --- a/src/navigator.js +++ b/src/navigator.js @@ -102,7 +102,7 @@ $.Navigator = function( options ){ style.border = borderWidth + 'px solid #555'; style.padding = '0px'; style.background = '#000'; - style.opacity = 1.0; + style.opacity = 0.8; style.overflow = 'hidden'; }( this.element.style, this.borderWidth));