Skip to content

Commit

Permalink
Added - icon fo captcha
Browse files Browse the repository at this point in the history
  • Loading branch information
deepench committed May 23, 2024
1 parent 160e60c commit c2ad2de
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions assets/css/admin-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -6674,6 +6674,8 @@ p.search-box {
border-bottom: 1px solid #cdd0d8;
position: relative;
transition: all 0.3s ease-in-out; }
.everest-forms_page_evf-builder #everest-forms-builder .evf-tab-content .everest-forms-panel .everest-forms-panel-sidebar .evf-panel-tab.upgrade-addons-settings {
opacity: .4; }
.everest-forms_page_evf-builder #everest-forms-builder .evf-tab-content .everest-forms-panel .everest-forms-panel-sidebar .evf-panel-tab::before {
content: "";
background: #7545bb;
Expand Down Expand Up @@ -8368,6 +8370,8 @@ p.search-box {
align-items: center;
justify-content: space-between;
margin-bottom: 10px; }
.everest-forms .everest-forms-integrations-connection .everest-forms-integrations[data-action="upgrade"] {
opacity: .4; }
.everest-forms .everest-forms-integrations-connection .everest-forms-integrations .integration-header-info {
display: flex;
flex: 1;
Expand Down
4 changes: 4 additions & 0 deletions assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -6674,6 +6674,8 @@ p.search-box {
border-bottom: 1px solid #cdd0d8;
position: relative;
transition: all 0.3s ease-in-out; }
.everest-forms_page_evf-builder #everest-forms-builder .evf-tab-content .everest-forms-panel .everest-forms-panel-sidebar .evf-panel-tab.upgrade-addons-settings {
opacity: .4; }
.everest-forms_page_evf-builder #everest-forms-builder .evf-tab-content .everest-forms-panel .everest-forms-panel-sidebar .evf-panel-tab::before {
content: "";
background: #7545bb;
Expand Down Expand Up @@ -8368,6 +8370,8 @@ p.search-box {
align-items: center;
justify-content: space-between;
margin-bottom: 10px; }
.everest-forms .everest-forms-integrations-connection .everest-forms-integrations[data-action="upgrade"] {
opacity: .4; }
.everest-forms .everest-forms-integrations-connection .everest-forms-integrations .integration-header-info {
display: flex;
flex: 1;
Expand Down
3 changes: 3 additions & 0 deletions assets/css/menu-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -381,3 +381,6 @@

.evf-icon-lookup::before {
content: '\e914'; }

.evf-icon-turnstile::before, .evf-icon-recaptcha::before, .evf-icon-hcaptcha::before {
content: '\e917'; }
3 changes: 3 additions & 0 deletions assets/css/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -381,3 +381,6 @@

.evf-icon-lookup::before {
content: '\e914'; }

.evf-icon-turnstile::before, .evf-icon-recaptcha::before, .evf-icon-hcaptcha::before {
content: '\e917'; }
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
== Changelog ==

= 3.0.0 - xx-xx-2024
= 3.0.0 - 23-05-2024
* Feature - Dashboard page.​
* Feature - Email scheduling in daily, weekly or monthly for the progress data of form.​
* Enhancement - Captcha field.​
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/wpeverest/eve

== Changelog ==

= 3.0.0 - xx-xx-2024
= 3.0.0 - 23-05-2024
* Feature - Dashboard page.​
* Feature - Email scheduling in daily, weekly or monthly for the progress data of form.​
* Enhancement - Captcha field.​
Expand Down

0 comments on commit c2ad2de

Please sign in to comment.