Skip to content

Commit f2fb064

Browse files
Fix - Collapse botton background color
1 parent 06fc23f commit f2fb064

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/css/admin.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2404,7 +2404,7 @@ p.search-box {
24042404
#evf-collapse {
24052405
width: 22px;
24062406
height: 41px;
2407-
background: #f6f7f9;
2407+
background: #ffff;
24082408
position: fixed;
24092409
bottom: 100px;
24102410
border-style: solid;
@@ -2790,7 +2790,7 @@ p.search-box {
27902790
}
27912791
}
27922792

2793-
&-group {
2793+
&-group {
27942794
&.everest-forms-field-option-group-basic, &.everest-forms-field-option-group-advanced, &.everest-forms-field-option-group-conditionals, &.everest-forms-field-option-group-calculations, &.everest-forms-field-option-group-quiz {
27952795
background: #FBFBFD;
27962796
padding: 16px 14px;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "everest-forms",
33
"title": "Everest Forms",
4-
"version": "3.0.2",
4+
"version": "3.2.3",
55
"homepage": "https://github.com/wpeverest/everest-forms/",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)