Blame view

src/main/webapp/libs/jquery-easyui-1.4.1/extension/jquery-easyui-themes-metro/metro-gray/combobox.css 393 Bytes
caiyongsong committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
.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: #E6E6E6;
  color: #404040;
}
.combobox-item-selected {
  background-color: #84909c;
  color: #fff;
}