From 8998cd00fb1543a949a10f6d5e29cf1d852d9144 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 3 Dec 2012 18:35:10 +0100 Subject: [PATCH] Fixed recaptcha iframe issue --- wcfsetup/install/files/style/global.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wcfsetup/install/files/style/global.less b/wcfsetup/install/files/style/global.less index 86e517a113..a17882f9a6 100644 --- a/wcfsetup/install/files/style/global.less +++ b/wcfsetup/install/files/style/global.less @@ -72,6 +72,11 @@ a { } } +/* hide broken reCaptcha iframe */ +body > iframe[src="about:blank"] { + display:none; +} + /* todo */ ::selection { text-shadow: 0 1px 0 rgba(255, 255, 255, .5) !important; -- 2.20.1