0

Gray theme : Tab border color is blue for a second then turns gray

asked 2010-10-05 09:48:50 +0800

kapil4ya gravatar image kapil4ya
172 2

Guys,

I have a problem specific to the silvergray.jar (gray theme). The whole gray them works great, except for the tabs background and border color.

For initial load, the border and background still show blue and then turn gray after a second.

I tried the following change in the color.css.dsp


.z-tabs .z-tabs-cnt {
	border-color:${Color04};
	-moz-user-select:none;
background:url("/jobs/zkau/web/451766/zul/img/tab/tabs-bg.png") repeat-x scroll 0 top #C7E3F3;
border-bottom:1px solid ${Color04};
display:block;
list-style:none outside none;
margin:0;
padding-left:5px;
padding-top:1px;
}

But it still first shows the tab in blue color for a fraction of a second and then turns to gray.

Please throw some light on this issue.

Best,
Kapil

delete flag offensive retag edit

5 Replies

Sort by ยป oldest newest

answered 2010-10-05 19:48:53 +0800

jimmyshiau gravatar image jimmyshiau
4921 5
http://www.zkoss.org/ ZK Team

Hi Kapil
What ZK version are you using?
due to some structure of ZK component changed,
You have to use the right version of silvergray.jar ( 5.0.0 or 5.0.1 or 5.0.3 or 5.0.4 )

link publish delete flag offensive edit

answered 2010-10-06 00:47:38 +0800

kapil4ya gravatar image kapil4ya
172 2

I am using 5.0.3 EE version.

And can I know where I can find those different silvergray.jar (5.0.3).

link publish delete flag offensive edit

answered 2010-10-10 23:43:10 +0800

jeanher gravatar image jeanher
1824 2 6
ZK Team

Latest themes are available in our premium downloads: http://www.zkoss.org/download/premium.dsp

We will contact you for providing older versions of themes.

link publish delete flag offensive edit

answered 2010-10-11 07:33:43 +0800

kapil4ya gravatar image kapil4ya
172 2

Thanks for the reply,

I have downloaded the 5.0.3 silvergray.jar file , but the issue remains the same.

The interesting thing is that only in case of tabs we are getting this issue. Does attaching a screen shot of what firebug shows help ?

link publish delete flag offensive edit

answered 2010-10-12 01:38:00 +0800

jimmyshiau gravatar image jimmyshiau
4921 5
http://www.zkoss.org/ ZK Team

updated 2010-10-12 01:40:43 +0800

The blue color was cause by

background:url("/jobs/zkau/web/451766/zul/img/tab/tabs-bg.png") repeat-x scroll 0 top #C7E3F3;

,please try to modify to
background:url("/jobs/zkau/web/451766/zul/img/tab/tabs-bg.png") repeat-x scroll 0 top #E6E5E1

or just use
background-image:url("/jobs/zkau/web/451766/zul/img/tab/tabs-bg.png");

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: 2010-10-05 09:48:50 +0800

Seen: 322 times

Last updated: Oct 12 '10

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