0

New ZK 3.5 focus styles

asked 2008-09-15 21:54:37 +0800

blandrp gravatar image blandrp
72 2

I just started using ZK 3.5 and converting my old styles to the new ones, and I noticed that for some components there is now a -focus style being applied when the component has the focus (i.e. Textbox, Intbox, Decimalbox). The same is not true for other components such as Datebox and Textarea. Are there any plans to include focus styles for all components soon?

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2008-09-16 00:39:52 +0800

flyworld gravatar image flyworld
155 3

Use CSS change all box focus style once !

.z-textbox-focus, .z-textbox-focus input,
.z-decimalbox-focus, .z-decimalbox-focus input,
.z-intbox-focus, .z-intbox-focus input,
.z-longbox-focus, .z-longbox-focus input,
.z-doublebox-focus, .z-doublebox-focus input {
	border: 1px solid #90BCE6;
}

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-09-15 21:54:37 +0800

Seen: 151 times

Last updated: Sep 16 '08

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