08/09/28 00:09:43 qbc00Kqz0
>>727
あまりにぐだぐだで恥ずかしくなってきたから書いておく
.tabs-alltabs-button,
.tabs-bottom,
.tab-icon-image {
display:none !important;
}
.tabbrowser-tab {
-moz-appearance: none !important;
height: 18px !important;
margin: <好きなように> !important;
padding: <好きなように> !important;
}
ただしタブが複数表示されている状態で
マウスをタブに持っていった時
タブを選択状態の時などで
タブがピクピク上下に動くと思うが
.tabbrowser-tab[selected="true"]
.tabbrowser-tab[selected="true"]:hover
.tabbrowser-tab:not([selected="true"])
.tabbrowser-tab:not([selected="true"]):hover
などで margin や padding で調整しろ
margin や padding は十分知っているらしいしな