08/09/25 05:07:17 DX2okOFe0
>>591
適当だが、こんなもんでしょ
.tabbrowser-tabs { background: transparent none !important;}
.tabs-bottom { background: none !important; border-top: 0px !important; border-bottom: 1px solid threedshadow !important;}
.tabbrowser-tab {
-moz-appearance: none !important;
background: none !important;
margin: 3px 2px 4px !important;
padding: 0px 1px 1px 0px !important;
border: 1px solid !important;
border-right-width: 1px !important;
border-bottom: 1px solid !important;
-moz-border-radius-topleft: 0px !important;
-moz-border-radius-topright: 0px !important;
-moz-border-top-colors: threedhighlight !important;
-moz-border-bottom-colors: ThreeDShadow !important;
-moz-border-right-colors: ThreeDShadow !important;
-moz-border-left-colors: threedhighlight !important;
}
.tabbrowser-tab[selected="true"] {
background-image: none !important;
background-color: #ddd !important;
border-width: 1px !important;
-moz-border-top-colors: ThreeDShadow !important;
-moz-border-left-colors: ThreeDShadow !important;
-moz-border-right-colors: threedhighlight !important;
-moz-border-bottom-colors: threedhighlight !important;
}