From 28d964651fa51d0ae05463ec4ca7c832273f4350 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 22 Feb 2023 08:12:45 +0100 Subject: [PATCH] Modal report issue change email input style --- pandora_console/include/styles/pandora.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index b6b23b4eff..b154462933 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -6503,7 +6503,7 @@ form#modal_form_feedback label { font-size: 10pt; } -form#modal_form_feedback input[type="email"] { +/*form#modal_form_feedback input[type="email"] { background-color: transparent; border: none; border-radius: 0; @@ -6511,7 +6511,7 @@ form#modal_form_feedback input[type="email"] { padding: 0px 0px 2px 0px; box-sizing: border-box; margin-bottom: 4px; -} +}*/ form#modal_form_feedback ul.wizard li { padding-bottom: 10px;