aboutsummaryrefslogtreecommitdiff
path: root/.mozilla
diff options
context:
space:
mode:
Diffstat (limited to '.mozilla')
-rw-r--r--.mozilla/firefox/5xd34j21.default/chrome/userChrome.css7
1 files changed, 6 insertions, 1 deletions
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;