From 3877aba3731c30f6d3e08b838d1fd2ba7e575204 Mon Sep 17 00:00:00 2001 From: Jakob Schrettenbrunner Date: Tue, 16 May 2017 12:09:29 +0200 Subject: [PATCH] fix google recaptcha badge --- public/themes/pterodactyl/css/pterodactyl.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/themes/pterodactyl/css/pterodactyl.css b/public/themes/pterodactyl/css/pterodactyl.css index 05960001c..afc0377c3 100644 --- a/public/themes/pterodactyl/css/pterodactyl.css +++ b/public/themes/pterodactyl/css/pterodactyl.css @@ -304,3 +304,10 @@ input.form-autocomplete-stop[readonly] { background: inherit; cursor: text; } + +/* fix Google Recaptcha badge */ +.grecaptcha-badge { + bottom: 54px !important; + background: white; + box-shadow: none !important; +}