Created
March 31, 2014 14:48
-
-
Save catdad/9894065 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.transparent-background{ | |
/* IE8 transparent background fix -- #aaRRGGBB */ | |
-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a6000000', endColorstr='#a6000000'); | |
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a6000000', endColorstr='#a6000000'); | |
background: rgba(0,0,0,.65); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment