在 PrimeFaces 选项卡组件中更改背景颜色时出现问题

发布于 2024-09-30 14:39:51 字数 471 浏览 2 评论 0原文

我使用 Primefaces 2.1

我引用这样的css文件:

<style type="text/css">
  @import url("resources/css/skin.css");
  @import url("resources/css/style.css");
</style>

在 style.css 中我尝试更改背景颜色选项卡所在容器的:

 .ui-tabs-nav{
  background-color:yellow;
 }

这不起作用。主选项卡容器的更改“有效”:

.ui-tabs{
 background-color:yellow;
}

I use Primefaces 2.1

I reference the css files like this:

<style type="text/css">
  @import url("resources/css/skin.css");
  @import url("resources/css/style.css");
</style>

In style.css I try to change the background color of the container in which the tabs are:

 .ui-tabs-nav{
  background-color:yellow;
 }

This doesn't work. The change of the main tab container "works":

.ui-tabs{
 background-color:yellow;
}

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绅士风度i 2024-10-07 14:39:51

关于主题的 pimefaces 页面:
http://primefaces.org/themes.html

向下滚动到“安装主题”,

您将使用jQuery 主题滚轮 http://jqueryui.com/themeroller/ 构建主题。这确实非常简单快捷。还有大量可用的预打包主题。

The pimefaces page on themes:
http://primefaces.org/themes.html

Scroll down to "Installing Themes"

You'll use the jQuery theme roller http://jqueryui.com/themeroller/ to build a theme. It's really easy and quick to do. There are also a large number of prepackaged themes available.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文