From c9c1b1fa92f23afd51ddfbcd4661df2e86193c4a Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Wed, 12 Feb 2020 10:53:38 +0100 Subject: [PATCH] Remove input because it would never apply Renderer adds the class directly to the input element and the css would never apply. [MAILPOET-2601] --- lib/Form/Util/Styles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Form/Util/Styles.php b/lib/Form/Util/Styles.php index 8e97824b35..c87f85bd21 100644 --- a/lib/Form/Util/Styles.php +++ b/lib/Form/Util/Styles.php @@ -48,7 +48,7 @@ class Styles { .mailpoet_checkbox { } -.mailpoet_submit input { +.mailpoet_submit { } .mailpoet_divider {