08/07/02 13:54:51 f8NVjicb0
>>275
サーチバーにフォーカスがあるときのみ出現。
/* dropmarker */
/* S. Location bar dropmarker */
.searchbar-textbox[focused] > .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;
width: 16px !important;
}
.searchbar-textbox[focused] > .autocomplete-history-dropmarker:hover,
.searchbar-textbox[focused] > .autocomplete-history-dropmarker[open="true"] {
background: -moz-dialog url(chrome://browser/skin/navbar-textbox-buttons.png) repeat-x 0 -60px !important;
background-color: transparent !important;
}
.searchbar-textbox[focused] > .autocomplete-history-dropmarker > .dropmarker-icon {
margin: 0 5px !important;;
}
.searchbar-textbox[focused] > .autocomplete-history-dropmarker:hover > .dropmarker-icon {
}