Update navigator.js

Changed style.opacity back to its previous value.
This commit is contained in:
cskwg 2013-06-11 20:34:21 +02:00
parent 9d246af681
commit 77a3ef881b

View file

@ -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));