MOON
Server: Apache
System: Linux server.royaltuning.hu 4.18.0-425.13.1.el8_7.x86_64 #1 SMP Tue Feb 21 04:20:52 EST 2023 x86_64
User: royaltuning (1001)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/royaltuning/www/public/wp-content/plugins/izzo-kereso/assets/admin.css
.abf-admin-search { display:flex; gap:10px; align-items:center; margin: 10px 0 16px; }
.abf-admin-search input[type="text"] { width: 420px; max-width: 100%; padding: 6px 10px; }

.abf-admin-table .abf-prod-list { display:flex; flex-wrap:wrap; gap:8px; }
.abf-prod-pill {
    display:inline-flex; align-items:center; gap:8px;
    padding:6px 10px; border:1px solid #e5e7eb; border-radius:999px; background:#fff;
}
.abf-prod-pill a { text-decoration:none; }
.abf-prod-pill .abf-remove { font-size:18px; line-height:1; color:#b91c1c; text-decoration:none; }

.abf-msg { margin-top:6px; font-size:12px; }
.abf-msg.ok { color:#166534; }
.abf-msg.err { color:#b91c1c; }

.abf-create { display:flex; gap:10px; align-items:center; margin: 10px 0 14px; }
#abf-new-fits { width: 420px; max-width: 100%; padding: 6px 10px; }
.abf-create-msg { font-size:12px; }
/* --- Minimal / lebegős "Hozzáadás" UI (no box, no background) --- */

.abf-admin-table td:last-child {
    /* a Hozzáadás oszlop */
    vertical-align: middle;
}

.abf-admin-table td:last-child .abf-product-select {
    /* ha valamiért a natív select is látszana */
    min-width: 260px;
}

/* a cella tartalmát egy sorba rendezzük */
.abf-admin-table td:last-child {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Select2 container */
.abf-admin-table td:last-child .select2-container {
    min-width: 260px !important;
    width: 260px !important;
    background-color: white;
}

/* Select2 single "input" – teljesen minimal */
.abf-admin-table td:last-child .select2-selection--single {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(0,0,0,.15) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 34px !important;
}

/* a kiválasztott szöveg */
.abf-admin-table td:last-child .select2-selection__rendered {
    padding-left: 0 !important;
    line-height: 34px !important;
    color: #111827 !important;
}

/* lenyíló nyíl minimal */
.abf-admin-table td:last-child .select2-selection__arrow {
    height: 34px !important;
    top: 0 !important;
}

/* dropdown is minimal: nincs kerek keret, nincs árnyék */
.select2-dropdown {
    border: none !important;
    box-shadow: none !important;
}

/* keresőmező a dropdownon belül (ha megjelenik) */
.select2-search__field {
    border: none !important;
    border-bottom: 1px solid rgba(0,0,0,.15) !important;
    box-shadow: none !important;
    outline: none !important;
}

/* gomb minimal */
.abf-admin-table td:last-child .abf-add {
    height: 34px;
    line-height: 32px;
    padding: 0 12px;
}

/* üzenet ne törje szét a layoutot */
.abf-admin-table td:last-child .abf-msg {
    margin-left: 10px;
    white-space: nowrap;
}

/* Multi select – maradjon kompakt */
.abf-admin-table td:last-child .select2-selection--multiple {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(0,0,0,.15) !important;
    border-radius: 0 !important;
    min-height: 34px !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.abf-admin-table td:last-child .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    align-items: center !important;
}

.abf-admin-table td:last-child .select2-selection__choice {
    background: rgba(0,0,0,.06) !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 2px 8px !important;
    margin: 0 !important;
}

.abf-admin-table td:last-child .select2-search--inline .select2-search__field {
    margin: 0 !important;
    height: 30px !important;
}