08/07/16 04:17:02 wJgaXHIG0
>>387
userchrome.css or stylishで
数値は、調整してください
#urlbar {
-moz-appearance: none !important;
border-width: 1px !important;
-moz-border-top-colors: ThreeDShadow !important;
-moz-border-bottom-colors: ThreeDShadow !important;
-moz-border-right-colors: ThreeDShadow !important;
-moz-border-left-colors: ThreeDShadow !important;
-moz-border-radius-topleft: 21px !important;
-moz-border-radius-bottomleft: 21px !important;
}
#identity-box[chromedir="ltr"]:not(:-moz-system-metric(windows-default-theme)) > hbox {
border-left: 0px solid !important;
}
#identity-box > hbox {
-moz-appearance: none !important;
background: -moz-dialog url(chrome://browser/skin/navbar-textbox-buttons.png) repeat-x !important;
padding: 0px 3px 0px 5px !important;
border-width: 1px !important;
-moz-border-top-colors: ThreeDShadow !important;
-moz-border-bottom-colors: ThreeDShadow !important;
-moz-border-right-colors: ThreeDShadow !important;
-moz-border-left-colors: ThreeDShadow !important;
-moz-border-radius-topleft: 21px !important;
-moz-border-radius-bottomleft: 21px !important;
}