select with images

main
alexanderroese 2024-07-17 18:24:29 +02:00
parent 44e9032768
commit 8261adf2d7
2 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@
{% if shx_current_page contains "texte" %}
<style>
/* Custom dropdown button styling */
.shx-custom-variant-picker-dropdown {
/*.shx-custom-variant-picker-dropdown {
position: relative;
display: inline-block;
}
@ -102,7 +102,7 @@
.shx-custom-variant-picker-dummy-select {
display: none;
}
}*/
</style>
<legend class="form__label">{{ option.name }}</legend>

View File

@ -602,7 +602,7 @@
if (isInputShxFont) {
customDropdownHtml += `
<button>
<button class="shx-custom-variant-picker-dropbtn">
<div style="display: flex; justify-content: space-between; align-items: center; pointer-events: none">
<span>font</span>
@ -612,7 +612,7 @@
</div>
</button>
<div class="shx-custom-variant-picker-dropdown-content" id="shx-custom-variant-picker-dropdown-content">
<div class="shx-custom-variant-picker-dropdown-content">
`
}