From 51639dde3aab9dabb57f0e64ead4a6ad6cb12528 Mon Sep 17 00:00:00 2001 From: Rupesh Singh Date: Mon, 18 Mar 2013 02:17:36 +0530 Subject: [PATCH 1/2] Update introjs.css --- introjs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/introjs.css b/introjs.css index faf063fb5..9ec88f10c 100644 --- a/introjs.css +++ b/introjs.css @@ -1,7 +1,7 @@ .introjs-overlay { position: absolute; z-index: 999999; - background-color:rgb(0, 0, 0); + background-color:rgb(12, 13, 14); opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; @@ -86,4 +86,4 @@ font-weight: bold; color: #2071d3; font-size: 11px; -} \ No newline at end of file +} From 8280d27ab9c29e24f66aca093883c4f27ee853d0 Mon Sep 17 00:00:00 2001 From: Rupesh Singh Date: Mon, 18 Mar 2013 02:19:14 +0530 Subject: [PATCH 2/2] Update intro.js --- intro.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intro.js b/intro.js index 0b9fad270..5725a4fe5 100644 --- a/intro.js +++ b/intro.js @@ -124,7 +124,7 @@ * @param {Object} targetElement */ function _exitIntro(targetElement) { - //remove overlay layer from the page + //remove overlay layer from the page. var overlayLayer = targetElement.querySelector(".introjs-overlay"); //for fade-out animation overlayLayer.style.opacity = 0; @@ -343,4 +343,4 @@ }; this['introJs'] = introJs; -})(); \ No newline at end of file +})();