Last Updated: February 25, 2016
·
1.02K
· jseb

Lightbox your alertify.js

Making your alertify.js dialogs look lightbox-y is as easy as adding this to your css:

div#alertify-cover {
background-color: black;
opacity: 0.7;
}