diff --git a/SGGL/FineUIPro.Web/ProjectData/MasterProjectData.aspx b/SGGL/FineUIPro.Web/ProjectData/MasterProjectData.aspx index 723c0ee7..736be566 100644 --- a/SGGL/FineUIPro.Web/ProjectData/MasterProjectData.aspx +++ b/SGGL/FineUIPro.Web/ProjectData/MasterProjectData.aspx @@ -17,7 +17,23 @@ font-weight: bold !important; color: red !important; } - + + .ThreeMonthPause { + /*background-color: darkgray;*/ + background-color: blueviolet; + } + .MonthPause { + /*background-color: darkgray;*/ + background-color: red; + } + .WeekPause { + /*background-color: darkgray;*/ + background-color: deeppink; + } + .DayPause { + /*background-color: darkgray;*/ + background-color: hotpink; + } .Pause { /*background-color: darkgray;*/ background-color: red;