From 64199668cffc50acda3348393fa47360ab5b8423 Mon Sep 17 00:00:00 2001 From: Piro / SHIMODA Hiroshi Date: Wed, 2 May 2012 05:38:22 +0900 Subject: [PATCH] Show the floating menu bar (and title bar) with Hide Caption Titlebar Plus (https://addons.mozilla.org/firefox/addon/hide-caption-titlebar-plus-sma/) correctly #283 --- content/treestyletab/treestyletab.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/treestyletab/treestyletab.css b/content/treestyletab/treestyletab.css index 3b7f0db7..65fbbcb1 100644 --- a/content/treestyletab/treestyletab.css +++ b/content/treestyletab/treestyletab.css @@ -556,3 +556,7 @@ image.tab-icon { display: none; } +/* Hide Caption Titlebar Plus */ +:root[treestyletab-tabbar-position="top"] #menubar-items[dz_home_mainmenu_floating="true"] { + z-index: 650000; +}