0

How to change the font size of the combobox list?

asked 2009-11-10 13:04:48 +0800

gyowanny gravatar image gyowanny
283 1 2 6

Hi everyone

I want to change the font size of the combobox list. I know I can change the font size of the selected item for example:

   <combobox style="font-size: 14px"/> 

The code below just changes the size of the combobox text, the item list on the other hand keeps the original font size.

So how to change the font size of the item list?

thank you

Gyo
Check my ZKoss web application: http://www.eselleronline.com.br/eSellerZk/app/login.zul

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2009-11-11 08:19:49 +0800

gyowanny gravatar image gyowanny
283 1 2 6

updated 2009-11-11 08:24:32 +0800

Hi

I've just found how to do that:

   <style>
    	.z-combobox-pp .z-combo-item-text {font-size: 14px}
    </style>

Very useful ZK's CSS guide: ZK - Style Guide

Thanks

Gyo

link publish delete flag offensive edit
Your reply
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: 2009-11-10 13:04:48 +0800

Seen: 702 times

Last updated: Nov 11 '09

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