blob: c41206a8102f696d6843f2ca8b9c55ed6cf1d4c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
}
|