Company Preference option to change the Header background color for a company

Issue No: SM-572
Created 6/26/2015 12:24:39 PM
Type Feature
Priority Minor
Status Closed
Resolution Fixed
Fixed Version 15.3
Description We need a way for a user to visually see that they are in a different company like QC, Demo or Test. The cleanest way to do this is to allow a way to change the dark blue background color of the Header menu to another color based on their environment.   In the Company Preference we need an Environment Type combo box that is defaulted to "Production" but has a few other predefined types to pick from.   !pastedImage_d39271_0.png! *Environment Types*   * *Production* (this is the existing blue background color and should be the default value) * Test (red header color) * Month End (maroon header color) * Other   *CSS Values*   .environment-type- *Test* \{background-color: rgb(136, 0, 21);\}   !pastedImage_d39271_1.png! .environment-type- *month-end* \{background-color: rgb(53, 64, 198);\}   !pastedImage_d39271_2.png! .environment-type- *other* \{background-color: rgb(0, 0, 0);\}   !pastedImage_d39271_3.png! .environment-type- *production* \{background-color: rgb(47, 92, 132);\} !pastedImage_d39271_4.png!