Created
November 20, 2015 09:13
-
-
Save kazu69/c519acca1828ce681bfc to your computer and use it in GitHub Desktop.
This file contains 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
#modal { | |
-moz-opacity: .3; | |
opacity: .3; | |
background: #000; | |
background-image: none; | |
filter: alpha(opacity=30); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment