LBI v 10.1.x cosmetic change

 10 Replies
 0 Subscribed to this topic
 22 Subscribed to this forum
Sort:
Author
Messages
Greg Moeller
Veteran Member
Posts: 1498
Veteran Member
In LBI version 10, we are noticing that the dashboards background is a deep blue/navy blue and the selected dashboard text is black.

Anyone know which specific file this is controlled from? We'd like to change the selected dashboard color.
Ruma Malhotra
Veteran Member
Posts: 412
Veteran Member
They kept the dashboard colors in allignment with Infor's blue scheme.

I was told that there is no way to change these colours but in fuure releases there is an enhancement recommended by users to make changes to the dashboard colours to distinguish between prod and test.
dcaiani
Veteran Member
Posts: 52
Veteran Member
They took away our toys.

Its like Henry Ford said you can get it in any color as long as its black ... or in this case blue
Matthew Nye
Veteran Member
Posts: 514
Veteran Member
depends on how badly you want to change it and how good you are with CSS.

First you need to edit two images, just do a color fill with any average image editing software of the color you want. the files are the same but in two different folders. The image is module_header_center_1x27.png and its in C:\LawsonBusinessIntelligence\FrameworkServices\Framework Services.ear\efswar-10.1.0.0.war\inforControls\images and C:\LawsonBusinessIntelligence\FrameworkServices\Framework Services.ear\efswar-10.1.0.0.war\fs\images\inforstyling.

After that there is some CSS code youll have to edit to change the borders, although, it may work with another blue since its just used to give shadow effect on the border. The css file, I believe but am not 100% (because I didnt go this far) is C:\LawsonBusinessIntelligence\FrameworkServices\Framework Services.ear\efswar-10.1.0.0.war/inforControls/inforControlsCombined-1.2.min.css. Look for border color set to #245d9.

The difficulty is with non-module and dashboard bar items such as buttons and what not. Those are all done with images too so youd have to edit them as well but this should get you started anyway.

If any of my answers were helpful an endorsement on LinkedIn would be much appriciated! www.linkedin.com/pub/matthew-nye/1a/886/760/
Greg Moeller
Veteran Member
Posts: 1498
Veteran Member
Matthew: I tried what you've suggested. It didn't work. Nothing changed, or do I have to restart the WAS in order to make things happen?

To be clear: We only really want the currently selected dashboard wording color to be something other than black. The rest of the blue stuff is OK. (at least for now)
Matthew Nye
Veteran Member
Posts: 514
Veteran Member
Can you post a screen shot?
If any of my answers were helpful an endorsement on LinkedIn would be much appriciated! www.linkedin.com/pub/matthew-nye/1a/886/760/
Greg Moeller
Veteran Member
Posts: 1498
Veteran Member
Sure, not sure why I didn't think to do that already....

See in the right half of the attachment where Financial Services dashboard is selected how the wording is black on navy blue? Can we change the currently selected dashboard wording color to be something other than black?

If you select other dashboards then they too become black wording on blue.

Matthew Nye
Veteran Member
Posts: 514
Veteran Member
hmmm, thats strange. what version of FS are you on? Im on 10.1.9.0.168 and a selected dashboard tab is black text on a faded blue, not navy blue. but at any rate, this is all going to be in your css files. For the version and setup I have, the change would need to be made in C:\LawsonBusinessIntelligence10\FrameworkServices\Framework Services.ear\efswar-10.1.0.0.war\inforControls\inforControlsCombined-1.2.min.css

Youll want to change the class .ui-tabs-selected a and change the property color to whatever you want.
If any of my answers were helpful an endorsement on LinkedIn would be much appriciated! www.linkedin.com/pub/matthew-nye/1a/886/760/
Greg Moeller
Veteran Member
Posts: 1498
Veteran Member
My installvalidator says version 10.1.0.0.149

Thanks for the information, and I'll let you know how it goes!
Ronnie
Veteran Member
Posts: 152
Veteran Member
Did you get this figured out? What did you happen to do if so??
Matthew Nye
Veteran Member
Posts: 514
Veteran Member
I now have access to a 10.1.0.0.149 system and you just need to change %EFS ROOT%/inforControls/inforControlsCombined-1.2.min.css. Under the class .ui-tabs-selected A change the color tag to the desired color.
If any of my answers were helpful an endorsement on LinkedIn would be much appriciated! www.linkedin.com/pub/matthew-nye/1a/886/760/