diff --git a/themes/userChrome.css b/themes/userChrome.css index 6ec6506..183bf9e 100644 --- a/themes/userChrome.css +++ b/themes/userChrome.css @@ -1,21 +1,21 @@ -@-moz-document url("chrome://browser/content/browser.xul") { - /* get rid of hamburgers */ - #PanelUI-menu-button { - display: none; - } +@-moz-document url("chrome://browser/content/browser.xul") { + /* get rid of hamburgers */ + #PanelUI-menu-button { + display: none; + } - /* hide top tabs (for sideberry) */ - #TabsToolbar { - visibility: collapse !important; - } + /* hide top tabs (for sideberry) */ + #TabsToolbar { + visibility: collapse !important; + } - /* hide sidebar top-menu */ - #sidebar-header { - visibility: collapse; - } + /* hide sidebar top-menu */ + #sidebar-header { + visibility: collapse; + } - /* change the border between the sidebar and the page */ - #sidebar-splitter { - visibility: collapse; - } + /* change the border between the sidebar and the page */ + #sidebar-splitter { + visibility: collapse; + } }