summaryrefslogtreecommitdiff
path: root/modules/home-manager/personal/programs/firefox/userchrome/treestyletabs-outer.css
diff options
context:
space:
mode:
authoraristote <quentin.aristote@irif.fr>2024-11-25 17:17:49 +0100
committeraristote <quentin.aristote@irif.fr>2024-11-25 17:18:02 +0100
commit49ff7d39737f12403bd0400c0c2c6016a1eb3165 (patch)
tree392e3675d23105e975c455702664e353cc8c63ab /modules/home-manager/personal/programs/firefox/userchrome/treestyletabs-outer.css
parent51505da3546c7e6603a91a27484476bb7787fe1e (diff)
home: firefox: treestyletabs: fix colors
Diffstat (limited to 'modules/home-manager/personal/programs/firefox/userchrome/treestyletabs-outer.css')
-rw-r--r--modules/home-manager/personal/programs/firefox/userchrome/treestyletabs-outer.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/home-manager/personal/programs/firefox/userchrome/treestyletabs-outer.css b/modules/home-manager/personal/programs/firefox/userchrome/treestyletabs-outer.css
new file mode 100644
index 0000000..bee1acf
--- /dev/null
+++ b/modules/home-manager/personal/programs/firefox/userchrome/treestyletabs-outer.css
@@ -0,0 +1,17 @@
+@-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;
+ }
+}