Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<div class="select-wrap"> <select name="select" id="selectCustom" class="select-custom"> <option value="">1</option> <option value="">2</option> <option value="">3</option> </select> </div>
.select-wrap{ width: 176px; } .choices__inner{ background-color: #fff; border-radius: 10px; padding-left: 15px; } .choices__list.choices__list--single{ margin-top: 7px; font-size: 14px; } .choices__item--selectable{ font-size: 14px; font-family: 'Open Sans'; font-weight: 400; line-height: 19px; } .choices[data-type*=select-one]:after{ content: ''; background-image: url('arrow-b.svg'); width: 15px; height: 15px; background-repeat: no-repeat; border-style: none; margin-top: -7px; } .choices{ padding-right: 23px; } .choices__list.choices__list--dropdown{ border-radius: 10px; border-top-left-radius: 0px; border-top-right-radius: 0px; } .is-open .choices__inner{ border-radius: 10px; /* border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; */ }