Newer
Older
ubFramework / Portal / docroot / assets / css / easyui / themes / black / combobox.css
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 387 bytes Cleaning Up Making It A Sub Module
.combobox-item,
.combobox-group {
  font-size: 12px;
  padding: 3px;
  padding-right: 0px;
}
.combobox-item-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.combobox-gitem {
  padding-left: 10px;
}
.combobox-group {
  font-weight: bold;
}
.combobox-item-hover {
  background-color: #777;
  color: #fff;
}
.combobox-item-selected {
  background-color: #0052A3;
  color: #fff;
}