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

This commit is contained in:
Piro / SHIMODA Hiroshi 2012-05-02 05:38:22 +09:00
parent 3b9c542e5a
commit 64199668cf

View File

@ -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;
}