08/08/10 13:25:08 Hbvp7C4/0
>>438
まとめサイトにあるやつだけだとドロップマークのスタイルはurlbarのそれと同じにならない。
.searchbar-textbox > .autocomplete-history-dropmarker {
display: -moz-box !important;
-moz-binding: url("chrome://global/content/bindings/autocomplete.xml#history-dropmarker");
-moz-appearance: none !important;
padding: 0 !important;
background-color: transparent !important;
border: none !important;
width: 16px !important;
border-left: 1px solid !important;
-moz-border-left-colors: transparent !important;
}
.searchbar-textbox > .autocomplete-history-dropmarker:hover,
.searchbar-textbox > .autocomplete-history-dropmarker[open="true"] {
background: -moz-dialog url(chrome://browser/skin/navbar-textbox-buttons.png) repeat-x 0 -60px !important;
-moz-border-left-colors: ButtonShadow !important;
}