Newer
Older
ubFramework / Portal / docroot / assets / css / addon / autocomplete-combobox.css
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 254 bytes Cleaning Up Making It A Sub Module
.custom-combobox {
  position: relative;
  display: inline-block;
}

.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}

.custom-combobox-input {
  margin: 0;
  padding: 4px 10px;
}