JSF show icon without Button

前端 未结 3 1633
太阳男子
太阳男子 2021-01-02 17:31

Hi guys I want to show the icons without buttons but it doesn\'t work. I get the following message: no Mime-Type was Found. The two icons are default icons from Primefaces.<

3条回答
  •  一整个雨季
    2021-01-02 17:44

    those are in fact CSS classes that point to a sprite file, so technically they are not icons.

    try using:

    
    

    and if there's a need style it accordingly with padding.

提交回复
热议问题