検索ボタンの画像を変更するUserCSS
元ネタは/masui/settings より
code: style.css
.btn-search svg {
display: none !important;
}
.btn-search {
background-image: url("https://i.gyazo.com/64eb8b9a6827586ac5f15f8b7ebed12d.png") !important; /* */
background-size: 100% !important;
}
!importantは必須
置き換える画像のサンプル
https://i.gyazo.com/64eb8b9a6827586ac5f15f8b7ebed12d.png
実行例
https://gyazo.com/976df7d57bc120923b04fcd9ce86d27d
#井戸端アドベントカレンダー2025
UserCSS.icon