Skip to content

Commit 6113000

Browse files
committed
Fix to helperNumberLayer dimensions and Next arrow, related to usablica#26
1 parent fdf322c commit 6113000

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

intro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268

269269
nextTooltipButton.className = "introjs-nextbutton";
270270
nextTooltipButton.href = "javascript:void(0);";
271-
nextTooltipButton.innerHTML = "Next ";
271+
nextTooltipButton.innerHTML = "Next →";
272272

273273
skipTooltipButton.onclick = function() {
274274
_exitIntro.call(self, self._targetElement);

introjs.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
top: -16px;
3535
left: -16px;
3636
z-index: 9999999999 !important;
37-
width: 20px;
3837
padding: 2px;
3938
font-family: Arial, verdana, tahoma;
4039
font-size: 13px;
@@ -49,6 +48,9 @@
4948
background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
5049
background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
5150
background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */
51+
width: 20px;
52+
height:20px;
53+
line-height: 20px;
5254
border: 3px solid white;
5355
border-radius: 50%;
5456
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */

0 commit comments

Comments
 (0)