HTMLGuyLLC / jAlert

jQuery alert/modal/lightbox plugin
https://htmlguyllc.github.io/jAlert/
MIT License
76 stars 35 forks source link

Add Blurring to the background when jAlert is open as an option #32

Closed HTMLGuyLLC closed 8 years ago

HTMLGuyLLC commented 8 years ago

body > *:not(.ja_wrap) { -webkit-filter: blur(5px) grayscale(.7); filter: blur(5px) grayscale(.7); }

HTMLGuyLLC commented 8 years ago

Added in latest commit