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.
ユーザーがメッセージのどこか をクリックした場合、UI でうなりメッセージを閉じる必要があります。
Primefaces のデフォルトのうなりメッセージの閉じるボタンはユーザーにとって見つけにくいため、これが必要です。
それを行う方法はありますか?
CSSで解決するのはどうですか:
.ui-growl-icon-close { width: 100%; height: 100%; background-image: none!important; }
これを CSS ファイルに入れます。