-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename and change files * License
- Loading branch information
Showing
204 changed files
with
3,419 additions
and
2,256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
body.fluent-forms_page_fluent_forms_settings .ff_hcaptcha_wrap .ff_card_head h5, | ||
body.fluent-forms_page_fluent_forms_settings .ff_hcaptcha_wrap .ff_card_head p, | ||
body.fluent-forms_page_fluent_forms_settings .ff_hcaptcha_wrap .ff_card_body, | ||
body.fluent-forms_page_fluent_forms_settings .ff_hcaptcha_wrap .mt-4 { | ||
body.fluent-forms_page_fluent_forms_settings .ff_procaptcha_wrap .ff_card_head h5, | ||
body.fluent-forms_page_fluent_forms_settings .ff_procaptcha_wrap .ff_card_head p, | ||
body.fluent-forms_page_fluent_forms_settings .ff_procaptcha_wrap .ff_card_body, | ||
body.fluent-forms_page_fluent_forms_settings .ff_procaptcha_wrap .mt-4 { | ||
display: none; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
body.forminator_page_forminator-settings input[name="captcha_tab_saved"][value="hcaptcha"] + .sui-box-body .sui-tab-content.active .sui-settings-label, | ||
body.forminator_page_forminator-settings input[name="captcha_tab_saved"][value="hcaptcha"] + .sui-box-body .sui-tab-content.active .sui-description, | ||
body.forminator_page_forminator-settings input[name="captcha_tab_saved"][value="hcaptcha"] + .sui-box-body .sui-tab-content.active .sui-form-field, | ||
body.forminator_page_forminator-settings input[name="captcha_tab_saved"][value="hcaptcha"] + .sui-box-body .sui-form-field:last-child { | ||
body.forminator_page_forminator-settings input[name="captcha_tab_saved"][value="procaptcha"] + .sui-box-body .sui-tab-content.active .sui-settings-label, | ||
body.forminator_page_forminator-settings input[name="captcha_tab_saved"][value="procaptcha"] + .sui-box-body .sui-tab-content.active .sui-description, | ||
body.forminator_page_forminator-settings input[name="captcha_tab_saved"][value="procaptcha"] + .sui-box-body .sui-tab-content.active .sui-form-field, | ||
body.forminator_page_forminator-settings input[name="captcha_tab_saved"][value="procaptcha"] + .sui-box-body .sui-form-field:last-child { | ||
display: none; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
.hcaptcha-notice label { | ||
.procaptcha-notice label { | ||
display: inline-block; | ||
font-weight: 500; | ||
margin-bottom: 8px; | ||
} | ||
|
||
.hcaptcha-notice p { | ||
.procaptcha-notice p { | ||
background: #edf2f7; | ||
padding: 8px; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.