検索ボタンの画像を変更するUserCSS
code: style.css
.btn-search svg {
display: none !important;
}
.btn-search {
background-size: 100% !important;
}
!importantは必須
置き換える画像のサンプル
https://i.gyazo.com/64eb8b9a6827586ac5f15f8b7ebed12d.png
実行例
https://gyazo.com/976df7d57bc120923b04fcd9ce86d27d
UserCSS.icon