It is possible to change one or more of the colours of the test environment to visually differentiate it from the production environment.
Here are the steps required to do so:
- On the server, navigate to the <Promiso installation folder>\jsp\lib\ folder
- Locate the Infomed.css file and open it in a text editor such as notepad.
- Edit the following line:
.appletfixedheaderbackground { appletfixedheaderbackground:”51,102,153“}
Replace the 3 numbers with an RGB value for the desired colour.
For Example
Using “102,102,153” would replace the navy blue colour that appears around the main menu and fixed header areas of Promiso and change it to a purple colour.
The three numbers can be set to be any RGB colour value and you can set this to something different if the colour is not different enough from the original value. A dark colour works best for these areas. - Save the file Infomed.css. Ensure that it is saved as Infomed.css and not Infomed.css.txt.
The changes will be picked up the next time a Promiso client is opened. You can make this change while Tomcat is running and do not need to restart it.
💡 NOTE
Permissions may prevent you from saving the file. Saving the file to a different location, such as the desktop, then cutting and pasting the file and overwriting the existing file can get around this.