highlight combobox entries on mouseover

This commit is contained in:
Ansis Brammanis
2013-04-01 16:19:37 -04:00
parent 33ebd9cb5e
commit 943f276e12
+1
View File
@@ -1197,6 +1197,7 @@ div.combobox {
overflow: hidden;
}
.combobox a.selected,
.combobox a:hover {
background: #ececec;
}