Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* To hide horizontal tabs at the top of the window */
- #main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
- opacity: 0;
- pointer-events: none;
- }
- #main-window:not([tabsintitlebar="true"]) #TabsToolbar {
- visibility: collapse !important;
- }
- /* 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;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement