diff --git a/dots/.mozilla/firefox/i9hr3nfd.default-release/chrome/userChrome.css b/dots/.mozilla/firefox/i9hr3nfd.default-release/chrome/userChrome.css index ad40ae1..619203a 100644 --- a/dots/.mozilla/firefox/i9hr3nfd.default-release/chrome/userChrome.css +++ b/dots/.mozilla/firefox/i9hr3nfd.default-release/chrome/userChrome.css @@ -1,3 +1,16 @@ #TabsToolbar { - visibility: collapse !important; + display: none; +} + +#nav-bar { + background: #ffffff !important; +} + +#sidebar-splitter { + background: #ffffff !important; + width: 0 !important; +} + +#sidebar-header { + display: none; }