summaryrefslogtreecommitdiff
path: root/modules/home-manager/personal/programs/firefox/userchrome/treestyletabs.css
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home-manager/personal/programs/firefox/userchrome/treestyletabs.css')
-rw-r--r--modules/home-manager/personal/programs/firefox/userchrome/treestyletabs.css17
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/home-manager/personal/programs/firefox/userchrome/treestyletabs.css b/modules/home-manager/personal/programs/firefox/userchrome/treestyletabs.css
deleted file mode 100644
index bee1acf..0000000
--- a/modules/home-manager/personal/programs/firefox/userchrome/treestyletabs.css
+++ /dev/null
@@ -1,17 +0,0 @@
-@-moz-document url(chrome://browser/content/browser.xul), url(chrome://browser/content/browser.xhtml) {
- /* Hide main tabs toolbar */
- #TabsToolbar {
- visibility: collapse;
- }
-
- /* Sidebar min and max width removal */
- #sidebar {
- max-width: none !important;
- min-width: 0px !important;
- }
-
- /* Hide sidebar header, when using Tree Style Tab. */
- #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
- visibility: collapse;
- }
-}