Page 1 of 1

spark menubar color not change in dashboard.xhtml demo file

Posted: 25 Apr 2015, 21:02
by achaheen
Hello,

I've tried to run the dashboard.xhtml file in my own application, everything is working fine except the color change for the dashboard menubar as per below screenshot.

Image


why the color not changed to blue like all other elements ?

Re: spark menubar color not change in dashboard.xhtml demo f

Posted: 27 Apr 2015, 11:02
by mert.sincan
I can't replicate at http://www.primefaces.org/spark/dashboard.xhtml.

Please check "spark-layout-blue.css" and "primefaces-spark-blue/theme.css".

Re: spark menubar color not change in dashboard.xhtml demo f

Posted: 27 Apr 2015, 15:58
by achaheen
Hi Aragorn,

I've double checked my resources folder and it seems it is fine.

Image

The problem happens only with the upper menu and topmenu part of the page.

Re: spark menubar color not change in dashboard.xhtml demo f

Posted: 27 Apr 2015, 21:10
by mert.sincan
I couldn't see "spark-layout-blue.css" at your screenshot. (path: /spark-layout/css/spark-layout-blue.css)
Topmenu is changed by spark-layout-{color}.css . Exp; spark-layout-blue.css for blue

Re: spark menubar color not change in dashboard.xhtml demo f

Posted: 27 Apr 2015, 23:58
by achaheen
Hi Aragorn,

All files mentioned are existing but it was folded in the previous screenshot,

please check below screenshot with expanded items.

Image


The issue is happening with all colors, the green is fixed color for all top elements even if I changed the name name in the web.xml.

Re: spark menubar color not change in dashboard.xhtml demo f

Posted: 28 Apr 2015, 12:04
by cagatay.civici
Please review;

http://forum.primefaces.org/viewtopic.php?f=24&t=41911

In demo war, template.xhtml has;

Code: Select all

<h:outputStylesheet name="css/spark-layout#{themeView.color}.css" library="spark-layout" />
In layout distribution zip it has

Code: Select all

<h:outputStylesheet name="css/spark-layout.css" library="spark-layout" />

Re: spark menubar color not change in dashboard.xhtml demo f

Posted: 28 Apr 2015, 14:46
by achaheen
Thanks so much Optimus.prime the issue has be resolved.

Re: spark menubar color not change in dashboard.xhtml demo f

Posted: 29 Apr 2015, 17:42
by cagatay.civici
Glad to hear!

Re: spark menubar color not change in dashboard.xhtml demo file

Posted: 23 Mar 2017, 12:44
by mert.sincan
Thanks!