Bug 527598: 'No results' in awesome bar is highlighted when panning over it [r=mark.finkle]

This commit is contained in:
Vivien Nicolas 2009-11-10 12:44:14 -05:00
parent d70af71269
commit 4744935346
2 changed files with 8 additions and 0 deletions

View File

@ -617,6 +617,10 @@ autocompleteresult.noresults {
border-bottom: none;
}
autocompleteresult.noresults:active {
background-color: white;
}
autocompleteresult.noresults > .autocomplete-item-label {
text-align: center;
color: grey;

View File

@ -376,6 +376,10 @@ autocompleteresult.noresults {
border-bottom: none;
}
autocompleteresult.noresults:active {
background-color: white;
}
autocompleteresult.noresults > .autocomplete-item-label {
text-align: center;
color: grey;