misc/waterfox: add userChrome.css and Tree Style Tab user styles
This commit is contained in:
parent
51027f37bb
commit
8d6793b6cf
2 changed files with 66 additions and 0 deletions
24
_misc/waterfox/chrome/userChrome.css
Normal file
24
_misc/waterfox/chrome/userChrome.css
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
/*** Hide Tab Close buttons ***/
|
||||
.tabbrowser-tab .tab-close-button {
|
||||
visibility: collapse !important;
|
||||
}
|
||||
|
||||
|
||||
/* == Tree Style Tab == */
|
||||
/* see: https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules */
|
||||
|
||||
/* Hide horizontal tab bar */
|
||||
#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 "Tree Style Tab" header at the top of the sidebar */
|
||||
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue