mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 13:14:45 +02:00
fix google recaptcha badge
This commit is contained in:
parent
772eb14117
commit
3877aba373
@ -304,3 +304,10 @@ input.form-autocomplete-stop[readonly] {
|
|||||||
background: inherit;
|
background: inherit;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fix Google Recaptcha badge */
|
||||||
|
.grecaptcha-badge {
|
||||||
|
bottom: 54px !important;
|
||||||
|
background: white;
|
||||||
|
box-shadow: none !important;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user