/** * 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; }