File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 268
268
269
269
nextTooltipButton . className = "introjs-nextbutton" ;
270
270
nextTooltipButton . href = "javascript:void(0);" ;
271
- nextTooltipButton . innerHTML = "Next → " ;
271
+ nextTooltipButton . innerHTML = "Next → " ;
272
272
273
273
skipTooltipButton . onclick = function ( ) {
274
274
_exitIntro . call ( self , self . _targetElement ) ;
Original file line number Diff line number Diff line change 34
34
top : -16px ;
35
35
left : -16px ;
36
36
z-index : 9999999999 !important ;
37
- width : 20px ;
38
37
padding : 2px ;
39
38
font-family : Arial, verdana, tahoma;
40
39
font-size : 13px ;
49
48
background : -ms-linear-gradient (top, # ff3019 0% , # cf0404 100% ); /* IE10+ */
50
49
background : -o-linear-gradient (top, # ff3019 0% , # cf0404 100% ); /* Opera 11.10+ */
51
50
background : linear-gradient (to bottom, # ff3019 0% , # cf0404 100% ); /* W3C */
51
+ width : 20px ;
52
+ height : 20px ;
53
+ line-height : 20px ;
52
54
border : 3px solid white;
53
55
border-radius : 50% ;
54
56
filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
You can’t perform that action at this time.
0 commit comments