Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AnnoyingTechnology/191e888988242371699fb7870f0e379e to your computer and use it in GitHub Desktop.
Save AnnoyingTechnology/191e888988242371699fb7870f0e379e to your computer and use it in GitHub Desktop.

Revisions

  1. AnnoyingTechnology revised this gist Jan 29, 2018. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions Bootstrap-4-blurred-modal.css
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,8 @@
    /* blurred background modal for bootstrap v4 */
    body.modal-open > :not(.modal) {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    }
  2. AnnoyingTechnology renamed this gist Jan 29, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions blur.css → Bootstrap-4-blurred-modal.css
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,4 @@
    /* blurred background modal for bootstrap v4 */
    body.modal-open > :not(.modal) {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
  3. @webprogramozo webprogramozo created this gist Jun 7, 2016.
    7 changes: 7 additions & 0 deletions blur.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    body.modal-open > :not(.modal) {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
    }