From faffe6979029d85a2fecf1ba33678800b7f0bdc9 Mon Sep 17 00:00:00 2001 From: Igor Goltsov Date: Mon, 6 Sep 2021 09:49:42 +0300 Subject: [PATCH] MPGS-430: Fix for the issue when button styles were added to iFrame by the Gateway initialization JavaScript. --- views/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/views/css/style.css b/views/css/style.css index ad15bcb..9328b2b 100644 --- a/views/css/style.css +++ b/views/css/style.css @@ -938,3 +938,7 @@ i.simplifyFormContainer mg.enable { .simplify-form-container .ps-shown-by-js.hidden { display: none; } + +.simplify-form-container .simplify-new-card-container iframe { + -webkit-appearance: none; +}