diff --git a/Missionframework/ui/defines.hpp b/Missionframework/ui/defines.hpp index ea94bf4d..6ec48049 100644 --- a/Missionframework/ui/defines.hpp +++ b/Missionframework/ui/defines.hpp @@ -101,6 +101,7 @@ #define COLOR_RED_DISABLED { 1,0,0,0.4 } #define COLOR_BLEEDOUT { 0.66,0,0,0.8 } #define COLOR_BRIGHTGREEN { 0.2,1,0.2,1 } +#define COLOR_BLUE {0.2,0.2,1,1} #define SHADOW_X 0.0008 #define SHADOW_Y 0.0011 diff --git a/Missionframework/ui/liberation_production.hpp b/Missionframework/ui/liberation_production.hpp index dbf09688..9237298b 100644 --- a/Missionframework/ui/liberation_production.hpp +++ b/Missionframework/ui/liberation_production.hpp @@ -79,6 +79,8 @@ class liberation_production { class ProductionList : StdListBox { idc = 75802; + colorSelect[] = COLOR_BLUE; + colorSelect2[] = COLOR_BLUE; x = (0.2 * safezoneW + safezoneX) - (0.5 * BORDERSIZE); y = (0.2 * safezoneH + safezoneY) - (0.75 * BORDERSIZE); w = (0.12 * safezoneW) + BORDERSIZE;