Merge branch 'main' of https://github.com/JannexNet/SHX-Theme
commit
8defa3b7c6
|
@ -112,7 +112,7 @@
|
|||
}
|
||||
|
||||
.shx-mat-matte {
|
||||
background: linear-gradient(60deg, #fff -20-%, transparent 60%);
|
||||
background: linear-gradient(60deg, #fff -20%, transparent 60%);
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
|
@ -313,7 +313,7 @@
|
|||
let html = `
|
||||
<label class="form__label custom shx-ifc-form_label" for="${inputID}-label">${labelText}</label>
|
||||
<div class="field custom">
|
||||
<select id="${inputID}" form="product-form-${section_id}" name="properties[${inputName}]" class="field__input" style="height: 40px" onchange="document.querySelector('shx-input-forms').renderView()">
|
||||
<select id="${inputID}" form="product-form-${section_id}" name="properties[${inputName}]" class="field__input" style="height: 40px" onchange="document.querySelector('shx-input-forms').renderView(500)">
|
||||
`;
|
||||
|
||||
for(let i = 0; i < options.length; i++) {
|
||||
|
|
Loading…
Reference in New Issue