0

change list item background color

asked 2008-10-30 12:43:06 +0800

rudiblack gravatar image rudiblack
72

hi,
can any tell me how to change the background color of list item (both the odd & the other 1) in zk 3.5.1 ?

many thx

delete flag offensive retag edit

3 Replies

Sort by ยป oldest newest

answered 2008-10-30 14:44:38 +0800

blandrp gravatar image blandrp
72 2

I use the following styles in my stylesheet.

/* Even rows in a listbox */
tr.z-list-item, tr.z-row td.z-row-inner, tr.z-row td.z-group-inner,
tr.z-row td.z-group-foot-inner, tr.z-row {
background: #EEEEEE none repeat scroll 0 0;
}
/* Odd rows in a listbox */
tr.odd td.gc, tr.odd, tr.z-listbox-odd, tr.z-grid-odd td.z-row-inner,
tr.z-grid-odd {
background: #FFFFFF none repeat scroll 0 0;
}
/* Unselected rows with the mouse hovering over them */
tr.overd, td.overd, tr.z-list-item-over {
background: #D3DBFC none repeat scroll 0 0;
}
/* Selected rows in a listbox */
tr.seld, td.seld, tr.z-list-item-seld {
background: #B8BFDC none repeat scroll 0 0;
}
/* Selected rows with the mouse hovering over them */
tr.overseld, td.overseld, tr.z-list-item-over-seld {
background: #D3DBFC none repeat scroll 0 0;
}

link publish delete flag offensive edit

answered 2011-11-10 13:00:03 +0800

creata87 gravatar image creata87
197 2

..anyone has a solution to this problem? how to highlight both odd and even listitems in a listbox?

link publish delete flag offensive edit

answered 2011-11-11 16:52:17 +0800

ashishd gravatar image ashishd flag of Taiwan
1972 6

are you looking for this to work with ZK 3.5.1? Also what do you mean by highlight? Is it normal odd/even row colors or on mouse hover colors?

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

RSS

Stats

Asked: 2008-10-30 12:43:06 +0800

Seen: 604 times

Last updated: Nov 11 '11

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