From 6f107bfe5a9dfcad25b9b6e8f24f59b115ea57b1 Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 24 Oct 2019 22:32:36 -0400 Subject: .mozilla/firefox/userChrome.css: Hide suggestion results dropdown menu --- .mozilla/firefox/5xd34j21.default/chrome/userChrome.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.mozilla') diff --git a/.mozilla/firefox/5xd34j21.default/chrome/userChrome.css b/.mozilla/firefox/5xd34j21.default/chrome/userChrome.css index db41824..11bd9a3 100644 --- a/.mozilla/firefox/5xd34j21.default/chrome/userChrome.css +++ b/.mozilla/firefox/5xd34j21.default/chrome/userChrome.css @@ -1,11 +1,16 @@ /* Hide top tab bar in FF Quantum */ -@-moz-document url("chrome://browser/content/browser.xul") { +@-moz-document url("chrome://browser/content/browser.xhtml") { #TabsToolbar { visibility: collapse !important; margin-bottom: 21px !important; } } +/* Hide autocomplete results dropdwon */ +.urlbarView { + display: none !important; +} + /* Auto hide sidebar */ :root { --sidebar-hover-width: 8px; -- cgit v1.2.3