Newer
Older
alarm / WebRoot / s / jquery-easyui-1.3.2 / themes / gray / combobox.css
zhout on 2 Mar 2022 236 bytes first commit
.combobox-item {
  padding: 2px;
  font-size: 12px;
  padding: 3px;
  padding-right: 0px;
}
.combobox-item-hover {
  background-color: #e2e2e2;
  color: #000000;
}
.combobox-item-selected {
  background-color: #0092DC;
  color: #fff;
}