From affc770b715403d8410ae332c20e51d72e67d7b2 Mon Sep 17 00:00:00 2001 From: cskwg Date: Mon, 10 Jun 2013 11:55:21 +0300 Subject: [PATCH] Update navigator.js Only modified the transparency to make the Navigator completely opaque. --- src/navigator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/navigator.js b/src/navigator.js index c09566f8..fa3a301c 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 = 0.8; + style.opacity = 1.0; style.overflow = 'hidden'; }( this.element.style, this.borderWidth));