From ce9ba2ef833b997d01f56fc43be8526d9e7a429a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 29 Jun 2020 20:10:14 +0200 Subject: [PATCH] manager: use darker blue for the occupation bar of full events (#44452) --- chrono/manager/static/css/style.scss | 4 ++++ 1 file changed, 4 insertions(+) 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; }