jqueryuiコンボボックス内のフォントとドロップダウンリストを変更する方法私のコードは次のとおりです。
.ui-autocomplete-input {
margin: 0;
padding: 0.3em;
font-family:"Times New Roman", Times, serif;
}
.ui-autocomplete
{
font-family:"Times New Roman", Times, serif;
max-height: 200px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
/* add padding to account for vertical scrollbar */
z-index:1000;
}
何も変わらないエラーがどこにあるのかわからない