09/02/04 22:08:58 NqDAIeyl0
>>534
㌧
動きました。。。
デフォルトのテーマでロケーションバーのドロップマーカーに
スタイルを近づけるために↓のように付け加えました。
#searchbar .autocomplete-history-dropmarker {
display: -moz-box !important;
-moz-binding: url("chrome://global/content/bindings/autocomplete.xml#history-dropmarker") !important;
-moz-appearance: none !important;
padding: 0 !important;
background-color: transparent !important;
border: none !important;
}
#searchbar .autocomplete-history-dropmarker:hover,
#searchbar .autocomplete-history-dropmarker[open="true"] {
background: -moz-dialog url(chrome://browser/skin/navbar-textbox-buttons.png) !important;
border-left: 1px solid !important;
-moz-border-left-colors: ButtonShadow !important;
}
.search-go-button {
margin-left: 19px !important;
margin-right: -40px !important;
}
#searchbar { margin-right: 20px !important;}