Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Primefaces 5.3 のアイコンを変更する方法はありますか? ここで答えを確認し、ウェブで検索しましたが、わかりませんでした。
CSS でスタイルを上書きし、アイコン画像をポイントします。
.ui-row-editor > .ui-icon-pencil { background-image: url(../images/myPencil.png) !important; height: 20px; width:20px; }