modal library - added automatic setting of template renderer whether Handlebars is defined, defaults to pure html - fixed modal title issue (remove handlebars syntax from overlay template) - added a sample file for acceptance tests config - robo task to auto create acceptance tests config file based on sample

This commit is contained in:
Jonathan Labreuille
2015-07-20 20:45:47 +02:00
parent d64756f07f
commit 8137a30f46
10 changed files with 60 additions and 43 deletions

View File

@@ -8,16 +8,6 @@ overlay_background_color = alpha(#000, 60%)
body.mailpoet_modal_opened
overflow: hidden
// experimental feature: iOS-like effect
.mailpoet_blur_overlay
-webkit-filter: blur(1px)
-moz-filter: blur(1px)
-o-filter: blur(1px)
-ms-filter: blur(1px)
filter: blur(1px)
opacity: 0.8
pointer-events: none
// overlay
#mailpoet_modal_overlay
height: 100%