Skip to content

Instantly share code, notes, and snippets.

@Farmatique
Created November 8, 2016 11:55
Show Gist options
  • Save Farmatique/c2b60570787268f7d72ba8955b66799f to your computer and use it in GitHub Desktop.
Save Farmatique/c2b60570787268f7d72ba8955b66799f to your computer and use it in GitHub Desktop.
Opacity for modal window (bootstrap modal)
.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