Skip to content

Commit 03634c9

Browse files
committed
Add CSS fallback properties and remove introjs-ie.css file
1 parent cee0654 commit 03634c9

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

introjs-ie.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

introjs.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
z-index: 999999;
44
background-color: #000;
55
opacity: 0;
6+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
7+
filter: alpha(opacity=50);
68
-webkit-transition: all 0.3s ease-out;
79
-moz-transition: all 0.3s ease-out;
810
-ms-transition: all 0.3s ease-out;
@@ -21,7 +23,9 @@
2123
.introjs-helperLayer {
2224
position: absolute;
2325
z-index: 9999998;
26+
background-color: #FFF;
2427
background-color: rgba(255,255,255,.9);
28+
border: 1px solid #777;
2529
border: 1px solid rgba(0,0,0,.5);
2630
border-radius: 4px;
2731
box-shadow: 0 2px 15px rgba(0,0,0,.4);

0 commit comments

Comments
 (0)