diff --git a/src/frontend.template.php b/src/frontend.template.php index 855b9c6..f8d5711 100644 --- a/src/frontend.template.php +++ b/src/frontend.template.php @@ -180,8 +180,9 @@ $mailIdsJoinedString = filter_var(join('|', $mailIds), FILTER_SANITIZE_SPECIAL_C
+ -
diff --git a/src/style.css b/src/style.css index 6ae1346..9a4ec68 100644 --- a/src/style.css +++ b/src/style.css @@ -44,6 +44,10 @@ div.min-height { display: none; } +.email-preview-header { + cursor: pointer; +} + .email-content { display: none; }