如何更改导航栏的颜色
我使用名为 dock 的 primefaces 工具,而不是常见的导航栏。 我想改变它的背景颜色,我不想要默认的灰色。 但我很困惑:
我不知道我应该做什么。
我应该创建一些 .css 吗?如果是这样,我如何将它传递给组件?
我是否需要以某种方式破解组件源代码才能实现此目的?如果是这样,我怎样才能在不损害组件的情况下更改我感兴趣的内容?
有人可以给我一些建议,如何实现我的目标?
Instead of a common navigation bar i use a primefaces tool called dock.
I want to change its background color, i don't want the grey that comes by default.
But i am confused:
I don't know what i should do.
Should i create some .css? If so, how i pass it to the component?
Do i need to hack the component source code in someway to achieve this?If so how can i change just what interests me without harming the component?
Could someone give me some tips how can i achieve my goal?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于页面顶部的栏,链接指向。您需要重写以下类
ui-dock-top ui-widget
&ui-dock-item-top
添加样式
background-color:somevalue
来更改颜色For the top bar on the page link is pointing to. you need to override following classes
ui-dock-top ui-widget
&ui-dock-item-top
add style
background-color:somevalue
to change the color