diff --git a/chrono/manager/static/css/style.scss b/chrono/manager/static/css/style.scss index 0becfba5..4b3fa4bb 100644 --- a/chrono/manager/static/css/style.scss +++ b/chrono/manager/static/css/style.scss @@ -9,6 +9,10 @@ width: 100%; } +.full .occupation-bar { + background: #33e; +} + .overbooking .occupation-bar { background: #e33; }