简体   繁体   English

如何更改Primefaces Roweditor的图标

[英]How can I change icon of primefaces roweditor

Is there any way to change the icon of for primefaces 5.3? 有什么方法可以更改for primefaces 5.3的图标吗? I checked the answer in here and searched on the web, but could not figure it out. 我在这里检查了答案并在网上搜索,但找不到答案。

overwrite your the styles in your CSS and point to your icon image: 覆盖CSS中的样式并指向您的图标图像:

  .ui-row-editor > .ui-icon-pencil {
  background-image: url(../images/myPencil.png) !important;
  height: 20px;
  width:20px;
 }

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM