Standardize select list li hover color

This commit is contained in:
Kevin Sawicki 2012-12-17 14:59:29 -08:00
parent e690f00994
commit d479b03056
2 changed files with 5 additions and 5 deletions

View File

@ -5,10 +5,6 @@
cursor: default;
}
.fuzzy-finder li:hover {
background-color: #555;
}
.fuzzy-finder ol:empty {
margin-bottom: 0;
}

View File

@ -16,6 +16,10 @@
overflow-y: auto;
}
.select-list li:hover {
background-color: #555;
}
.select-list ol .selected {
background: green;
}
@ -23,4 +27,4 @@
.select-list .error {
padding-top: 5px;
font-weight: bold;
}
}