From bc787ad0cf36b7228be4bd69fb537840a233272a Mon Sep 17 00:00:00 2001 From: Abdi Tolessa <41271840+AbdiTolesa@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:18:45 +0300 Subject: [PATCH] Add error style to checkbox and radio fields when there is error with them --- css/_single_theme.css.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/_single_theme.css.php b/css/_single_theme.css.php index d6db320239..10c6a92455 100644 --- a/css/_single_theme.css.php +++ b/css/_single_theme.css.php @@ -338,6 +338,8 @@ . .frm_blank_field input[type=tel], . .frm_blank_field input[type=number], . .frm_blank_field input[type=email], +. .frm_blank_field input[type=checkbox], +. .frm_blank_field input[type=radio], . .frm_blank_field textarea, . .frm_blank_field .mce-edit-area iframe, . .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),