mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 527598: 'No results' in awesome bar is highlighted when panning over it [r=mark.finkle]
This commit is contained in:
parent
d70af71269
commit
4744935346
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user