1

Change color to hover listitem listbox zk7 + Atlantic Theme

asked 2014-06-23 15:40:11 +0800

caterina gravatar image caterina
20 3

updated 2014-06-23 15:49:36 +0800

Hi all, I'm using zk 7.0.2 + Atlantic Theme 1.0.1. I'm unsuccesfully trying to change the default color for listitem on hover action. Is there any valid solutions?

Best regards

delete flag offensive retag edit

Comments

Thanks IngoB, I tried it, but still does not work

caterina ( 2014-06-23 16:27:35 +0800 )edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2014-06-23 16:11:24 +0800

IngoB gravatar image IngoB flag of Germany
256 6
.z-listitem-selected .z-listcell .z-listcell-content {
    color: #FFFFFF;
    background: none repeat scroll 0 0 #FF0000;
}
link publish delete flag offensive edit
1

answered 2014-06-24 08:04:20 +0800

caterina gravatar image caterina
20 3

This works fine for us!

.z-listitem-selected .z-listcell .z-listcell-content { color: #555; background: none repeat scroll 0 0 #EBEBEB; }

/STILE SFONDO HOVER/ .z-listitem:hover > .z-listcell { background: none repeat scroll 0% 0% #EBEBEB;

}

/STILE FONT HOVER/ .z-listitem:hover > .z-listcell > .z-listcell-content { color: #555; }

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
1 follower

RSS

Stats

Asked: 2014-06-23 15:40:11 +0800

Seen: 60 times

Last updated: Jun 24 '14

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