diff options
| author | Steve Lee <me@xiangyangli.com> | 2018-04-30 04:59:18 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2018-04-30 04:59:18 +0800 |
| commit | 6103efa9cda22a3364d1186ea519b8b9384afde3 (patch) | |
| tree | 90df78e9627c0ce41ae1572830c62dffc785af98 /.mozilla/firefox/qifdumt4.default | |
| parent | c33d5bf822451e12f598278f31043125a8f839ff (diff) | |
| download | dotfiles-6103efa9cda22a3364d1186ea519b8b9384afde3.tar.xz dotfiles-6103efa9cda22a3364d1186ea519b8b9384afde3.zip | |
add userChrome for firefox
Diffstat (limited to '.mozilla/firefox/qifdumt4.default')
| -rw-r--r-- | .mozilla/firefox/qifdumt4.default/chrome/userChrome.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.mozilla/firefox/qifdumt4.default/chrome/userChrome.css b/.mozilla/firefox/qifdumt4.default/chrome/userChrome.css new file mode 100644 index 0000000..36d0135 --- /dev/null +++ b/.mozilla/firefox/qifdumt4.default/chrome/userChrome.css @@ -0,0 +1,21 @@ +/* Frank edited file - you are good to go...*/ + +/* + * Do not remove the @namespace line -- it's required for correct functioning + */ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ + +/* Hide horizontal tabs at the top of the window #1349 +*/ +#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar { + opacity: 0; + pointer-events: none; +} +#main-window:not([tabsintitlebar="true"]) #TabsToolbar { + visibility: collapse !important; +} + +/* tab tree no header bar */ +#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header { + display: none; +} |
