Created
November 8, 2016 11:55
-
-
Save Farmatique/c2b60570787268f7d72ba8955b66799f to your computer and use it in GitHub Desktop.
Opacity for modal window (bootstrap modal)
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
.modal-backdrop.in { | |
opacity: 0.9; | |
background-color: black; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment