| 1 |
:root{--ep-combobox-list-background:#fff;--ep-combobox-list-background-selected:#f5f5f5;--ep-combobox-list-border:#8c8f94}.ep-combobox{display:contents}.ep-combobox__list{background-color:#fff;background-color:var(--ep-combobox-list-background);border:1px solid #8c8f94;border:1px solid var(--ep-combobox-list-border);border-radius:4px;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.05);box-shadow:0 2px 6px rgba(0,0,0,.05);-webkit-box-sizing:border-box;box-sizing:border-box;display:none;margin:4px 0 0;overflow:hidden;padding:4px;position:absolute;top:100%;width:100%;z-index:1}.ep-combobox__input[aria-expanded=true]~.ep-combobox__list{display:block}.ep-combobox__option{border:var(--wp-admin-border-width-focus) solid transparent;border-radius:4px;margin:0;padding:6px}.ep-combobox__option:hover{background-color:#f5f5f5;background-color:var(--ep-combobox-list-background-selected);cursor:pointer}.ep-combobox__option[aria-selected=true]{border-color:var(--wp-admin-theme-color)}.ep-suggestion{font-size:smaller}.ep-suggestion__header{margin-bottom:1ch}.ep-suggestion__title{display:block;font-size:small;font-weight:600}[aria-selected=true] .ep-suggestion__title{color:var(--wp-admin-theme-color)}.ep-suggestion__footer{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.ep-suggestion__footer .order-status{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0}#posts-filter .search-box{position:relative}#ep-woocommerce-order-search{display:contents} |