【发布时间】:2017-01-25 09:57:39
【问题描述】:
我的 xhtml 中有许多 <pr:inputText> 组件,我希望所有这些文本的颜色都是蓝色的。当我使用
<head>
.ui-inputtext {
color: blue;
}
</head>
在 head 标签中它可以正常工作,但会干扰其他功能。
当我为此 css 使用 <h:head> 标签时,它不起作用。请你帮我知道如何使用标准 jsf 头标签为inputText 使用 css
【问题讨论】:
标签: html css jsf primefaces