You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
483 B
CSS

.combobox{display:inline-block;position:relative}.combobox input[type=text]{padding-right:20px;width:100%}.combobox button{border-bottom-left-radius:0;border-top-left-radius:0;min-width:16px;padding:0;position:absolute;right:0}.combobox button:before{border:4px solid transparent;border-radius:2px;border-top-color:#000;content:"";left:calc(50% - 4px);position:absolute;top:calc(50% - 1px)}.combobox button:focus{box-shadow:none;outline:none}
/*# sourceMappingURL=combobox.css.map */