plugin updates
This commit is contained in:
@@ -89,10 +89,16 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
#acf-field-group-fields .li-field-type .field-type-label {
|
||||
display: flex;
|
||||
}
|
||||
#acf-field-group-fields .li-field-type .acf-pro-label-field-type {
|
||||
margin-left: 5px;
|
||||
display: inline;
|
||||
padding: 4px 8px;
|
||||
position: relative;
|
||||
top: -3px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
#acf-field-group-fields .li-field-type .acf-pro-label-field-type img {
|
||||
max-width: 34px;
|
||||
}
|
||||
#acf-field-group-fields .li-field-order {
|
||||
width: 64px;
|
||||
@@ -690,7 +696,8 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
.acf-admin-page .p3 {
|
||||
font-size: 13.5px;
|
||||
}
|
||||
.acf-admin-page .p4, .acf-admin-page .acf-field-list .acf-sortable-handle, .acf-field-list .acf-admin-page .acf-sortable-handle, .acf-admin-page .post-type-acf-field-group .acf-field-object .handle li.li-field-label a.edit-field, .post-type-acf-field-group .acf-field-object .handle li.li-field-label .acf-admin-page a.edit-field, .acf-admin-page .post-type-acf-field-group .acf-field-object .handle li, .post-type-acf-field-group .acf-field-object .handle .acf-admin-page li, .acf-admin-page .post-type-acf-field-group .acf-thead li, .post-type-acf-field-group .acf-thead .acf-admin-page li, .acf-admin-page .acf-input .select2-container.-acf .select2-selection__rendered, .acf-admin-page .button, .acf-admin-page input[type=text],
|
||||
.acf-admin-page .p4, .acf-admin-page .acf-field-list .acf-sortable-handle, .acf-field-list .acf-admin-page .acf-sortable-handle, .acf-admin-page .post-type-acf-field-group .acf-field-object .handle li.li-field-label a.edit-field, .post-type-acf-field-group .acf-field-object .handle li.li-field-label .acf-admin-page a.edit-field, .acf-admin-page .post-type-acf-field-group .acf-field-object .handle li, .post-type-acf-field-group .acf-field-object .handle .acf-admin-page li, .acf-admin-page .post-type-acf-field-group .acf-thead li, .post-type-acf-field-group .acf-thead .acf-admin-page li, .acf-admin-page .acf-input .select2-container.-acf .select2-selection__rendered,
|
||||
.acf-admin-page .rule-groups .select2-container.-acf .select2-selection__rendered, .acf-admin-page .button, .acf-admin-page input[type=text],
|
||||
.acf-admin-page input[type=search],
|
||||
.acf-admin-page input[type=number],
|
||||
.acf-admin-page textarea,
|
||||
@@ -861,6 +868,7 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
border-color: #D0D5DD;
|
||||
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.1);
|
||||
border-radius: 6px;
|
||||
/* stylelint-disable-next-line scss/at-extend-no-missing-placeholder */
|
||||
color: #344054;
|
||||
}
|
||||
.acf-admin-page input[type=text]:focus,
|
||||
@@ -1117,11 +1125,13 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
.acf-admin-page .edit-field-group-header {
|
||||
display: block !important;
|
||||
}
|
||||
.acf-admin-page .acf-input .select2-container.-acf .select2-selection {
|
||||
.acf-admin-page .acf-input .select2-container.-acf .select2-selection,
|
||||
.acf-admin-page .rule-groups .select2-container.-acf .select2-selection {
|
||||
border: none;
|
||||
line-height: 1;
|
||||
}
|
||||
.acf-admin-page .acf-input .select2-container.-acf .select2-selection__rendered {
|
||||
.acf-admin-page .acf-input .select2-container.-acf .select2-selection__rendered,
|
||||
.acf-admin-page .rule-groups .select2-container.-acf .select2-selection__rendered {
|
||||
box-sizing: border-box;
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
@@ -1131,39 +1141,67 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
border-color: #D0D5DD;
|
||||
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.1);
|
||||
border-radius: 6px;
|
||||
/* stylelint-disable-next-line scss/at-extend-no-missing-placeholder */
|
||||
color: #344054;
|
||||
}
|
||||
.acf-admin-page .acf-input .select2-container--focus {
|
||||
.acf-admin-page .acf-input .acf-conditional-select-name,
|
||||
.acf-admin-page .rule-groups .acf-conditional-select-name {
|
||||
min-width: 180px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.acf-admin-page .acf-input .acf-conditional-select-id,
|
||||
.acf-admin-page .rule-groups .acf-conditional-select-id {
|
||||
padding-right: 30px;
|
||||
}
|
||||
.acf-admin-page .acf-input .value .select2-container--focus,
|
||||
.acf-admin-page .rule-groups .value .select2-container--focus {
|
||||
height: 40px;
|
||||
}
|
||||
.acf-admin-page .acf-input .value .select2-container--open .select2-selection__rendered,
|
||||
.acf-admin-page .rule-groups .value .select2-container--open .select2-selection__rendered {
|
||||
border-color: #399CCB;
|
||||
}
|
||||
.acf-admin-page .acf-input .select2-container--focus,
|
||||
.acf-admin-page .rule-groups .select2-container--focus {
|
||||
outline: 3px solid #EBF5FA;
|
||||
border-color: #399CCB;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.acf-admin-page .acf-input .select2-container--focus .select2-selection__rendered {
|
||||
.acf-admin-page .acf-input .select2-container--focus .select2-selection__rendered,
|
||||
.acf-admin-page .rule-groups .select2-container--focus .select2-selection__rendered {
|
||||
border-color: #399CCB !important;
|
||||
}
|
||||
.acf-admin-page .acf-input .select2-container--focus.select2-container--below.select2-container--open .select2-selection__rendered {
|
||||
.acf-admin-page .acf-input .select2-container--focus.select2-container--below.select2-container--open .select2-selection__rendered,
|
||||
.acf-admin-page .rule-groups .select2-container--focus.select2-container--below.select2-container--open .select2-selection__rendered {
|
||||
border-bottom-right-radius: 0 !important;
|
||||
border-bottom-left-radius: 0 !important;
|
||||
}
|
||||
.acf-admin-page .acf-input .select2-container--focus.select2-container--above.select2-container--open .select2-selection__rendered {
|
||||
.acf-admin-page .acf-input .select2-container--focus.select2-container--above.select2-container--open .select2-selection__rendered,
|
||||
.acf-admin-page .rule-groups .select2-container--focus.select2-container--above.select2-container--open .select2-selection__rendered {
|
||||
border-top-right-radius: 0 !important;
|
||||
border-top-left-radius: 0 !important;
|
||||
}
|
||||
.acf-admin-page .acf-input .select2-container .select2-search--inline .select2-search__field {
|
||||
.acf-admin-page .acf-input .select2-container .select2-search--inline .select2-search__field,
|
||||
.acf-admin-page .rule-groups .select2-container .select2-search--inline .select2-search__field {
|
||||
margin: 0;
|
||||
padding-left: 6px;
|
||||
}
|
||||
.acf-admin-page .acf-input .select2-container .select2-search--inline .select2-search__field:focus {
|
||||
.acf-admin-page .acf-input .select2-container .select2-search--inline .select2-search__field:focus,
|
||||
.acf-admin-page .rule-groups .select2-container .select2-search--inline .select2-search__field:focus {
|
||||
outline: none;
|
||||
border: none;
|
||||
}
|
||||
.acf-admin-page .acf-input .select2-container--default .select2-selection--multiple .select2-selection__rendered {
|
||||
.acf-admin-page .acf-input .select2-container--default .select2-selection--multiple .select2-selection__rendered,
|
||||
.acf-admin-page .rule-groups .select2-container--default .select2-selection--multiple .select2-selection__rendered {
|
||||
padding-top: 0;
|
||||
padding-right: 6px;
|
||||
padding-bottom: 0;
|
||||
padding-left: 6px;
|
||||
}
|
||||
.acf-admin-page .acf-input .select2-selection__clear {
|
||||
.acf-admin-page .acf-input .select2-selection__clear,
|
||||
.acf-admin-page .rule-groups .select2-selection__clear {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
margin-top: 12px;
|
||||
@@ -1173,7 +1211,8 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
overflow: hidden;
|
||||
color: #fff;
|
||||
}
|
||||
.acf-admin-page .acf-input .select2-selection__clear:before {
|
||||
.acf-admin-page .acf-input .select2-selection__clear:before,
|
||||
.acf-admin-page .rule-groups .select2-selection__clear:before {
|
||||
content: "";
|
||||
display: block;
|
||||
width: 16px;
|
||||
@@ -1192,7 +1231,8 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
mask-image: url("../../images/icons/icon-close.svg");
|
||||
background-color: #98A2B3;
|
||||
}
|
||||
.acf-admin-page .acf-input .select2-selection__clear:hover::before {
|
||||
.acf-admin-page .acf-input .select2-selection__clear:hover::before,
|
||||
.acf-admin-page .rule-groups .select2-selection__clear:hover::before {
|
||||
background-color: #0783BE;
|
||||
}
|
||||
.acf-admin-page .acf-label {
|
||||
@@ -1236,7 +1276,8 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
.acf-admin-page .acf-field-edit-terms .select2-container.-acf,
|
||||
.acf-admin-page .acf-field-delete-terms .select2-container.-acf,
|
||||
.acf-admin-page .acf-field-assign-terms .select2-container.-acf,
|
||||
.acf-admin-page .acf-field-meta-box .select2-container.-acf {
|
||||
.acf-admin-page .acf-field-meta-box .select2-container.-acf,
|
||||
.acf-admin-page .rule-groups .select2-container.-acf {
|
||||
min-height: 40px;
|
||||
}
|
||||
.acf-admin-page .acf-field-setting-type .select2-container--default .select2-selection--single .select2-selection__rendered,
|
||||
@@ -1249,7 +1290,8 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
.acf-admin-page .acf-field-edit-terms .select2-container--default .select2-selection--single .select2-selection__rendered,
|
||||
.acf-admin-page .acf-field-delete-terms .select2-container--default .select2-selection--single .select2-selection__rendered,
|
||||
.acf-admin-page .acf-field-assign-terms .select2-container--default .select2-selection--single .select2-selection__rendered,
|
||||
.acf-admin-page .acf-field-meta-box .select2-container--default .select2-selection--single .select2-selection__rendered {
|
||||
.acf-admin-page .acf-field-meta-box .select2-container--default .select2-selection--single .select2-selection__rendered,
|
||||
.acf-admin-page .rule-groups .select2-container--default .select2-selection--single .select2-selection__rendered {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
@@ -1270,7 +1312,8 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
.acf-admin-page .acf-field-edit-terms .select2-container--default .select2-selection--single .field-type-icon,
|
||||
.acf-admin-page .acf-field-delete-terms .select2-container--default .select2-selection--single .field-type-icon,
|
||||
.acf-admin-page .acf-field-assign-terms .select2-container--default .select2-selection--single .field-type-icon,
|
||||
.acf-admin-page .acf-field-meta-box .select2-container--default .select2-selection--single .field-type-icon {
|
||||
.acf-admin-page .acf-field-meta-box .select2-container--default .select2-selection--single .field-type-icon,
|
||||
.acf-admin-page .rule-groups .select2-container--default .select2-selection--single .field-type-icon {
|
||||
top: auto;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
@@ -1286,7 +1329,8 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
.acf-admin-page .acf-field-edit-terms .select2-container--default .select2-selection--single .field-type-icon:before,
|
||||
.acf-admin-page .acf-field-delete-terms .select2-container--default .select2-selection--single .field-type-icon:before,
|
||||
.acf-admin-page .acf-field-assign-terms .select2-container--default .select2-selection--single .field-type-icon:before,
|
||||
.acf-admin-page .acf-field-meta-box .select2-container--default .select2-selection--single .field-type-icon:before {
|
||||
.acf-admin-page .acf-field-meta-box .select2-container--default .select2-selection--single .field-type-icon:before,
|
||||
.acf-admin-page .rule-groups .select2-container--default .select2-selection--single .field-type-icon:before {
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
}
|
||||
@@ -1300,7 +1344,8 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
.acf-admin-page .acf-field-edit-terms .select2-container--open .select2-selection__rendered,
|
||||
.acf-admin-page .acf-field-delete-terms .select2-container--open .select2-selection__rendered,
|
||||
.acf-admin-page .acf-field-assign-terms .select2-container--open .select2-selection__rendered,
|
||||
.acf-admin-page .acf-field-meta-box .select2-container--open .select2-selection__rendered {
|
||||
.acf-admin-page .acf-field-meta-box .select2-container--open .select2-selection__rendered,
|
||||
.acf-admin-page .rule-groups .select2-container--open .select2-selection__rendered {
|
||||
border-color: #6BB5D8 !important;
|
||||
border-bottom-color: #D0D5DD !important;
|
||||
}
|
||||
@@ -1314,7 +1359,8 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
.acf-admin-page .acf-field-edit-terms .select2-container--open.select2-container--below .select2-selection__rendered,
|
||||
.acf-admin-page .acf-field-delete-terms .select2-container--open.select2-container--below .select2-selection__rendered,
|
||||
.acf-admin-page .acf-field-assign-terms .select2-container--open.select2-container--below .select2-selection__rendered,
|
||||
.acf-admin-page .acf-field-meta-box .select2-container--open.select2-container--below .select2-selection__rendered {
|
||||
.acf-admin-page .acf-field-meta-box .select2-container--open.select2-container--below .select2-selection__rendered,
|
||||
.acf-admin-page .rule-groups .select2-container--open.select2-container--below .select2-selection__rendered {
|
||||
border-bottom-right-radius: 0 !important;
|
||||
border-bottom-left-radius: 0 !important;
|
||||
}
|
||||
@@ -1328,7 +1374,8 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
.acf-admin-page .acf-field-edit-terms .select2-container--open.select2-container--above .select2-selection__rendered,
|
||||
.acf-admin-page .acf-field-delete-terms .select2-container--open.select2-container--above .select2-selection__rendered,
|
||||
.acf-admin-page .acf-field-assign-terms .select2-container--open.select2-container--above .select2-selection__rendered,
|
||||
.acf-admin-page .acf-field-meta-box .select2-container--open.select2-container--above .select2-selection__rendered {
|
||||
.acf-admin-page .acf-field-meta-box .select2-container--open.select2-container--above .select2-selection__rendered,
|
||||
.acf-admin-page .rule-groups .select2-container--open.select2-container--above .select2-selection__rendered {
|
||||
border-top-right-radius: 0 !important;
|
||||
border-top-left-radius: 0 !important;
|
||||
border-bottom-color: #6BB5D8 !important;
|
||||
@@ -1344,10 +1391,11 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
.acf-admin-page .acf-field-edit-terms .acf-selection.has-icon,
|
||||
.acf-admin-page .acf-field-delete-terms .acf-selection.has-icon,
|
||||
.acf-admin-page .acf-field-assign-terms .acf-selection.has-icon,
|
||||
.acf-admin-page .acf-field-meta-box .acf-selection.has-icon {
|
||||
.acf-admin-page .acf-field-meta-box .acf-selection.has-icon,
|
||||
.acf-admin-page .rule-groups .acf-selection.has-icon {
|
||||
margin-left: 6px;
|
||||
}
|
||||
.rtl.acf-admin-page .acf-field-setting-type .acf-selection.has-icon, .acf-admin-page .acf-field-permalink-rewrite .acf-selection.has-icon, .acf-admin-page .acf-field-query-var .acf-selection.has-icon, .acf-admin-page .acf-field-capability .acf-selection.has-icon, .acf-admin-page .acf-field-parent-slug .acf-selection.has-icon, .acf-admin-page .acf-field-data-storage .acf-selection.has-icon, .acf-admin-page .acf-field-manage-terms .acf-selection.has-icon, .acf-admin-page .acf-field-edit-terms .acf-selection.has-icon, .acf-admin-page .acf-field-delete-terms .acf-selection.has-icon, .acf-admin-page .acf-field-assign-terms .acf-selection.has-icon, .acf-admin-page .acf-field-meta-box .acf-selection.has-icon {
|
||||
.rtl.acf-admin-page .acf-field-setting-type .acf-selection.has-icon, .acf-admin-page .acf-field-permalink-rewrite .acf-selection.has-icon, .acf-admin-page .acf-field-query-var .acf-selection.has-icon, .acf-admin-page .acf-field-capability .acf-selection.has-icon, .acf-admin-page .acf-field-parent-slug .acf-selection.has-icon, .acf-admin-page .acf-field-data-storage .acf-selection.has-icon, .acf-admin-page .acf-field-manage-terms .acf-selection.has-icon, .acf-admin-page .acf-field-edit-terms .acf-selection.has-icon, .acf-admin-page .acf-field-delete-terms .acf-selection.has-icon, .acf-admin-page .acf-field-assign-terms .acf-selection.has-icon, .acf-admin-page .acf-field-meta-box .acf-selection.has-icon, .acf-admin-page .rule-groups .acf-selection.has-icon {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
@@ -1361,7 +1409,8 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
.acf-admin-page .acf-field-edit-terms .select2-selection__arrow,
|
||||
.acf-admin-page .acf-field-delete-terms .select2-selection__arrow,
|
||||
.acf-admin-page .acf-field-assign-terms .select2-selection__arrow,
|
||||
.acf-admin-page .acf-field-meta-box .select2-selection__arrow {
|
||||
.acf-admin-page .acf-field-meta-box .select2-selection__arrow,
|
||||
.acf-admin-page .rule-groups .select2-selection__arrow {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
top: calc(50% - 10px);
|
||||
@@ -1378,7 +1427,8 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
.acf-admin-page .acf-field-edit-terms .select2-selection__arrow:after,
|
||||
.acf-admin-page .acf-field-delete-terms .select2-selection__arrow:after,
|
||||
.acf-admin-page .acf-field-assign-terms .select2-selection__arrow:after,
|
||||
.acf-admin-page .acf-field-meta-box .select2-selection__arrow:after {
|
||||
.acf-admin-page .acf-field-meta-box .select2-selection__arrow:after,
|
||||
.acf-admin-page .rule-groups .select2-selection__arrow:after {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
@@ -1412,7 +1462,8 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
.acf-admin-page .acf-field-edit-terms .select2-selection__arrow b[role=presentation],
|
||||
.acf-admin-page .acf-field-delete-terms .select2-selection__arrow b[role=presentation],
|
||||
.acf-admin-page .acf-field-assign-terms .select2-selection__arrow b[role=presentation],
|
||||
.acf-admin-page .acf-field-meta-box .select2-selection__arrow b[role=presentation] {
|
||||
.acf-admin-page .acf-field-meta-box .select2-selection__arrow b[role=presentation],
|
||||
.acf-admin-page .rule-groups .select2-selection__arrow b[role=presentation] {
|
||||
display: none;
|
||||
}
|
||||
.acf-admin-page .acf-field-setting-type .select2-container--open .select2-selection__arrow:after,
|
||||
@@ -1425,10 +1476,22 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
.acf-admin-page .acf-field-edit-terms .select2-container--open .select2-selection__arrow:after,
|
||||
.acf-admin-page .acf-field-delete-terms .select2-container--open .select2-selection__arrow:after,
|
||||
.acf-admin-page .acf-field-assign-terms .select2-container--open .select2-selection__arrow:after,
|
||||
.acf-admin-page .acf-field-meta-box .select2-container--open .select2-selection__arrow:after {
|
||||
.acf-admin-page .acf-field-meta-box .select2-container--open .select2-selection__arrow:after,
|
||||
.acf-admin-page .rule-groups .select2-container--open .select2-selection__arrow:after {
|
||||
-webkit-mask-image: url("../../images/icons/icon-chevron-up.svg");
|
||||
mask-image: url("../../images/icons/icon-chevron-up.svg");
|
||||
}
|
||||
.acf-admin-page .acf-term-search-term-name {
|
||||
background-color: #F9FAFB;
|
||||
border-top: 1px solid #EAECF0;
|
||||
border-bottom: 1px solid #EAECF0;
|
||||
color: #98A2B3;
|
||||
padding: 5px 5px 5px 10px;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
display: block;
|
||||
font-weight: 300;
|
||||
}
|
||||
.acf-admin-page .field-type-select-results {
|
||||
position: relative;
|
||||
top: 4px;
|
||||
@@ -2375,6 +2438,29 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
}
|
||||
}
|
||||
|
||||
.acf-taxonomy-select-id,
|
||||
.acf-relationship-select-id,
|
||||
.acf-post_object-select-id,
|
||||
.acf-page_link-select-id {
|
||||
color: #98A2B3;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.acf-taxonomy-select-sub-item {
|
||||
max-width: 180px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.acf-taxonomy-select-name {
|
||||
max-width: 180px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
*
|
||||
* Prefix & append styling
|
||||
@@ -2969,7 +3055,6 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.post-type-acf-field-group .acf-field-setting-fc_layout {
|
||||
overflow: hidden;
|
||||
width: calc(100% - 144px);
|
||||
margin-right: 72px;
|
||||
margin-left: 72px;
|
||||
@@ -3019,7 +3104,7 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
align-items: center;
|
||||
justify-content: left;
|
||||
background-color: #F9FAFB;
|
||||
border-radius: 8px 8px 0px 0px;
|
||||
border-radius: 8px;
|
||||
min-height: 64px;
|
||||
margin-bottom: 0px;
|
||||
padding-right: 24px;
|
||||
@@ -3110,6 +3195,9 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
||||
.post-type-acf-field-group .acf-field-settings-fc_head .acf-fl-actions li:last-of-type {
|
||||
margin-right: 0;
|
||||
}
|
||||
.post-type-acf-field-group .acf-field-settings-fc_head.open {
|
||||
border-radius: 8px 8px 0px 0px;
|
||||
}
|
||||
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
*
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1153,7 +1153,10 @@ html[dir=rtl] .acf-button-group label:last-child {
|
||||
*
|
||||
*-----------------------------------------------------------------------------*/
|
||||
.acf-switch {
|
||||
display: inline-block;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
width: fit-content;
|
||||
max-width: 100%;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
@@ -1184,6 +1187,10 @@ html[dir=rtl] .acf-button-group label:last-child {
|
||||
.acf-switch .acf-switch-on {
|
||||
color: #fff;
|
||||
text-shadow: #007cba 0 1px 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.acf-switch .acf-switch-off {
|
||||
overflow: hidden;
|
||||
}
|
||||
.acf-switch .acf-switch-slider {
|
||||
position: absolute;
|
||||
@@ -2437,8 +2444,8 @@ tr.acf-accordion + tr.acf-accordion {
|
||||
.block-editor .edit-post-sidebar .acf-fields > .acf-field {
|
||||
border-width: 0;
|
||||
border-color: #e2e4e7;
|
||||
margin: 16px;
|
||||
padding: 0;
|
||||
margin: 0px;
|
||||
padding: 10px 16px;
|
||||
width: auto !important;
|
||||
min-height: 0 !important;
|
||||
float: none !important;
|
||||
@@ -2471,6 +2478,27 @@ tr.acf-accordion + tr.acf-accordion {
|
||||
.block-editor .edit-post-sidebar .acf-fields > .acf-field.acf-accordion .acf-accordion-content > .acf-fields {
|
||||
border-top-width: 0;
|
||||
}
|
||||
.block-editor .edit-post-sidebar .block-editor-block-inspector .acf-fields > .acf-notice {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 25px;
|
||||
padding: 10px;
|
||||
margin: 0;
|
||||
}
|
||||
.block-editor .edit-post-sidebar .block-editor-block-inspector .acf-fields > .acf-notice p:last-of-type {
|
||||
margin: 0;
|
||||
}
|
||||
.block-editor .edit-post-sidebar .block-editor-block-inspector .acf-fields > .acf-notice > .acf-notice-dismiss {
|
||||
position: relative;
|
||||
top: unset;
|
||||
right: unset;
|
||||
}
|
||||
.block-editor .edit-post-sidebar .block-editor-block-inspector .acf-fields .acf-field .acf-notice {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.block-editor .edit-post-sidebar .block-editor-block-inspector .acf-fields .acf-error {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/*-----------------------------------------------------------------------------
|
||||
*
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -697,6 +697,10 @@ html[dir=rtl] .acf-gallery .acf-gallery-side-data th.label {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.block-editor .acf-field.acf-error {
|
||||
background-color: rgba(255, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.acf-block-component .acf-block-fields {
|
||||
background: #fff;
|
||||
text-align: left;
|
||||
@@ -722,40 +726,149 @@ html[dir=rtl] .acf-block-component .acf-block-fields {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.acf-block-body .acf-block-fields {
|
||||
.acf-block-body .acf-block-fields:has(> .acf-error-message),
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-block-fields:has(> .acf-error-message) {
|
||||
border: none !important;
|
||||
}
|
||||
.acf-block-body .acf-error-message,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-error-message {
|
||||
margin-top: 0;
|
||||
border: none;
|
||||
}
|
||||
.acf-block-body .acf-error-message .acf-notice-dismiss,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-error-message .acf-notice-dismiss {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
outline: unset;
|
||||
}
|
||||
.acf-block-body .acf-error-message .acf-icon.-cancel::before,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-error-message .acf-icon.-cancel::before {
|
||||
margin: 0 !important;
|
||||
}
|
||||
.acf-block-body.acf-block-has-validation-error,
|
||||
.acf-block-fields:has(> .acf-error-message).acf-block-has-validation-error {
|
||||
border: 2px solid #d94f4f;
|
||||
}
|
||||
.acf-block-body .acf-error .acf-input .acf-notice,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-error .acf-input .acf-notice {
|
||||
background: none !important;
|
||||
border: none !important;
|
||||
display: flex !important;
|
||||
align-items: center !important;
|
||||
padding-left: 0;
|
||||
}
|
||||
.acf-block-body .acf-error .acf-input .acf-notice p,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-error .acf-input .acf-notice p {
|
||||
margin: 0.5em 0 !important;
|
||||
}
|
||||
.acf-block-body .acf-error .acf-input .acf-notice::before,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-error .acf-input .acf-notice::before {
|
||||
content: "";
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
font-size: 20px;
|
||||
background-image: url(../../../images/icons/icon-info-red.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 69%;
|
||||
height: 26px !important;
|
||||
width: 26px !important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.acf-block-body .acf-error .acf-label label,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-error .acf-label label {
|
||||
color: #d94f4f;
|
||||
}
|
||||
.acf-block-body .acf-error .acf-input input,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-error .acf-input input {
|
||||
border-color: #d94f4f;
|
||||
}
|
||||
.acf-block-body.acf-block-has-validation-error::before,
|
||||
.acf-block-fields:has(> .acf-error-message).acf-block-has-validation-error::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: -2px;
|
||||
left: -32px;
|
||||
font-size: 20px;
|
||||
background-color: #d94f4f;
|
||||
background-image: url(../../../images/icons/icon-info-white.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-position-x: center;
|
||||
background-position-y: 52%;
|
||||
background-size: 55%;
|
||||
height: 40px;
|
||||
width: 32px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.acf-block-body .acf-block-validation-error,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-block-validation-error {
|
||||
color: #d94f4f;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.acf-block-body .acf-block-fields,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-block-fields {
|
||||
border: #adb2ad solid 1px;
|
||||
}
|
||||
.acf-block-body .acf-block-fields .acf-tab-wrap .acf-tab-group {
|
||||
.acf-block-body .acf-block-fields .acf-tab-wrap .acf-tab-group,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-block-fields .acf-tab-wrap .acf-tab-group {
|
||||
margin-left: 0;
|
||||
padding: 16px 20px 0;
|
||||
}
|
||||
.acf-block-body .acf-fields > .acf-field {
|
||||
.acf-block-body .acf-fields > .acf-field,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-fields > .acf-field {
|
||||
padding: 16px 20px;
|
||||
}
|
||||
.acf-block-body .acf-fields > .acf-field.acf-accordion {
|
||||
.acf-block-body .acf-fields > .acf-field.acf-accordion,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-fields > .acf-field.acf-accordion {
|
||||
border-color: #adb2ad;
|
||||
}
|
||||
.acf-block-body .acf-fields > .acf-field.acf-accordion .acf-accordion-title {
|
||||
.acf-block-body .acf-fields > .acf-field.acf-accordion .acf-accordion-title,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-fields > .acf-field.acf-accordion .acf-accordion-title {
|
||||
padding: 16px 20px;
|
||||
}
|
||||
.acf-block-body .acf-button, .acf-block-body .acf-link a.button, .acf-block-body .acf-add-checkbox {
|
||||
.acf-block-body .acf-button,
|
||||
.acf-block-body .acf-link a.button,
|
||||
.acf-block-body .acf-add-checkbox,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-button,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-link a.button,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-add-checkbox {
|
||||
color: #2271b1 !important;
|
||||
border-color: #2271b1 !important;
|
||||
background: #f6f7f7 !important;
|
||||
vertical-align: top;
|
||||
}
|
||||
.acf-block-body .acf-button.button-primary:hover, .acf-block-body .acf-link a.button.button-primary:hover, .acf-block-body .acf-add-checkbox.button-primary:hover {
|
||||
.acf-block-body .acf-button.button-primary:hover,
|
||||
.acf-block-body .acf-link a.button.button-primary:hover,
|
||||
.acf-block-body .acf-add-checkbox.button-primary:hover,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-button.button-primary:hover,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-link a.button.button-primary:hover,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-add-checkbox.button-primary:hover {
|
||||
color: white !important;
|
||||
background: #2271b1 !important;
|
||||
}
|
||||
.acf-block-body .acf-button:focus, .acf-block-body .acf-link a.button:focus, .acf-block-body .acf-add-checkbox:focus {
|
||||
.acf-block-body .acf-button:focus,
|
||||
.acf-block-body .acf-link a.button:focus,
|
||||
.acf-block-body .acf-add-checkbox:focus,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-button:focus,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-link a.button:focus,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-add-checkbox:focus {
|
||||
outline: none !important;
|
||||
background: #f6f7f7 !important;
|
||||
}
|
||||
.acf-block-body .acf-button:hover, .acf-block-body .acf-link a.button:hover, .acf-block-body .acf-add-checkbox:hover {
|
||||
.acf-block-body .acf-button:hover,
|
||||
.acf-block-body .acf-link a.button:hover,
|
||||
.acf-block-body .acf-add-checkbox:hover,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-button:hover,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-link a.button:hover,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-add-checkbox:hover {
|
||||
color: #0a4b78 !important;
|
||||
}
|
||||
.acf-block-body .acf-block-preview {
|
||||
.acf-block-body .acf-block-preview,
|
||||
.acf-block-fields:has(> .acf-error-message) .acf-block-preview {
|
||||
min-height: 10px;
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user