diff --git a/src/zen/common/styles/zen-omnibox.css b/src/zen/common/styles/zen-omnibox.css index d4a908614..6d6df9b2c 100644 --- a/src/zen/common/styles/zen-omnibox.css +++ b/src/zen/common/styles/zen-omnibox.css @@ -712,7 +712,7 @@ } /* Hide the results body when there are no results, to avoid showing an empty box */ -.urlbar[noresults] > .urlbarView-body-outer > .urlbarView-body-inner, +.urlbar[noresults] .urlbarView > .urlbarView-body-outer > .urlbarView-body-inner, #urlbar-search-mode-indicator-close { display: none; }