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:
@@ -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%
|
||||
|
Reference in New Issue
Block a user