It's in the maximo.css of the skin.
Open maximo.css in a text editor and search for 'bgnavbar'.
The maximo.css can be found in multiple places.
<installroot>\IBM\SMP\maximo\applications\maximo\maximouiweb\webmodule\webclient\skins\<skin>\css\maximo.css
<installroot>\IBM\SMP\maximo\applications\maximo\maximouiweb\webmodule\webclient\skins\skins-<timestamp>\<skin>\css\maximo.css
You only need to update the maximo.css for the skin that you use.
Rebuild en redeploy the EAR file.
There is also a way to skip the rebuild and redeploy by updating the maximo.css directly in the deployed EAR file on the WebSphere Server.
If you do so, make sure it's also updated in the SMP folder. Otherwise, it will be overwritten with the next build and deployment of the EAR file.
Be aware, that after installing a fix or fix pack, your changes are often gone and you have to re-apply them.
/* bgnavbar */
.bgnb
{
color: #fff;
font-family: MaximoBase;
font-size: 11px;
font-style: normal;
font-weight: bold;
background: #008000; // change this value #00DD00 is green for example
background-repeat: no-repeat;
background-position: left top;
vertical-align:top;
height: 38px;
}
------------------------------
Guus Disselkoen
MACS BV
------------------------------