summaryrefslogtreecommitdiff
path: root/public/javascripts/themes/gray/combobox.css
blob: e83a9f14ba7a3719bbe367d72985ae318c7eef6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.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;
}