aboutsummaryrefslogtreecommitdiff
path: root/profile/chrome/tabs/tree.css
diff options
context:
space:
mode:
Diffstat (limited to 'profile/chrome/tabs/tree.css')
-rw-r--r--profile/chrome/tabs/tree.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/profile/chrome/tabs/tree.css b/profile/chrome/tabs/tree.css
new file mode 100644
index 0000000..c41206a
--- /dev/null
+++ b/profile/chrome/tabs/tree.css
@@ -0,0 +1,13 @@
+/**
+ * Tree Style Tab customizations
+ * https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules
+ */
+
+/**
+ * Hide the "Tree Style Tab" header at the top of the sidebar
+ * https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#hide-the-tree-style-tab-header-at-the-top-of-the-sidebar
+ */
+
+#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
+ display: none;
+}