Skip to content

Commit

Permalink
IE10+ text shadow fix
Browse files Browse the repository at this point in the history
ie text shadow fix using filter now looks the same in every browser even
ie 9+
  • Loading branch information
jay754 committed Mar 16, 2013
1 parent 0476114 commit 30525d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions introjs.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
border: 3px solid white;
box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=2,color=ff0000);
left: -16px;
top: -16px;
}
Expand Down
2 changes: 1 addition & 1 deletion minified/introjs.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30525d9

Please sign in to comment.