0

How to change Panel title color

asked 2015-12-08 18:00:27 +0800

joelhuang gravatar image joelhuang
1

The current title of the Panel is display as grey. When I added style="color: black", it did not change. The XML is shown below:

<panel title="Network" id="network" style="color: blue"> </panel>

Does anyone know how to change color?

Thanks

delete flag offensive retag edit

3 Answers

Sort by ยป oldest newest most voted
0

answered 2016-01-17 13:54:55 +0800

Darksu gravatar image Darksu
1991 1 4

Hello joelhuang,

A similar question has been answered at the following post:

http://forum.zkoss.org/question/99885/how-to-change-the-color-of-panel-header/

Best Regards,

Darksu

link publish delete flag offensive edit
0

answered 2016-01-18 16:02:47 +0800

radhika2016 gravatar image radhika2016
1 1

updated 2016-01-18 16:03:14 +0800

Try this.

<panel id="network" >="" <caption=""> <label value="network" style="color:black"/> <panelchildren> </panelchildren> </panel>

link publish delete flag offensive edit
0

answered 2016-01-20 09:00:09 +0800

MarioVitale gravatar image MarioVitale
1 1

updated 2016-01-20 09:19:29 +0800

Use css, try this:

<style>
.titleBlue .z-panel-header {
  color: blue; } </style> <panel title="Network" id="network" sclass="titleBlue"> </panel>
link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
2 followers

RSS

Stats

Asked: 2015-12-08 18:00:27 +0800

Seen: 38 times

Last updated: Jan 20 '16

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More