From 77a3ef881b8d14051fb6529de2dc76c6f1125c65 Mon Sep 17 00:00:00 2001 From: cskwg Date: Tue, 11 Jun 2013 20:34:21 +0200 Subject: [PATCH] Update navigator.js Changed style.opacity back to its previous value. --- src/navigator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));