gpt4 book ai didi

css - Primefaces 使用主题图标自定义 rowEditor

转载 作者:太空宇宙 更新时间:2023-11-04 08:13:06 26 4
gpt4 key购买 nike


我想使用 Sentinel 等任何 Primefaces 主题提供的图标(铅笔等)自定义 p:rowEditor(参见此处:[ https://www.primefaces.org/eos/sentinel/font-icons.xhtml][1])

我编辑了我的自定义 CSS 文件,并尝试覆盖行编辑器类,将 CSS 元素复制到 Sentinel 主题 CSS 文件中,结果如下:

.ui-datatable table tbody tr td .ui-row-editor .ui-icon-pencil
{
background: none !important;
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;

display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */

/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;

/* fix buttons height, for twitter bootstrap */
line-height: 1em;

/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
}

.ui-datatable table tbody tr td .ui-row-editor .ui-icon-pencil:before {
content: '\e851';
}

没有机会让它工作。我看到一片空白。也许我需要调整任何位置属性?有什么建议吗?谢谢!

最佳答案

text-indent 属性很可能是不显示内容的原因。

components.css 定义:

.ui-icon{
text-indent: -99999px;
}

要覆盖它,请将 text-indent: 0; 添加到 .ui-icon-pencil 的 css。

关于css - Primefaces 使用主题图标自定义 rowEditor,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46111898/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com