11/09/07 06:56:01.60 3Yi65U3T0
URLリンク(doheny.blog137.fc2.com)でひろった
/* Firefoxボタンを自動表示 */
#main-window[tabsintitlebar="true"] #TabsToolbar {
margin-left: -100px !important; /* タブを左側に寄せる為の数値 */
}
#main-window[tabsintitlebar="true"] #appmenu-button:not(:hover) {
min-height: 0.5px !important;
max-height: 0.5px !important;
opacity: 0 !important;
}
#main-window[tabsintitlebar="true"] #appmenu-button:not(:hover) .box-inherit.button-box {
display: none !important;
}
#appmenu-button-container {
z-index: 2;
}
これ捗りすぎなんだがwww