manager: use darker blue for the occupation bar of full events (#44452)

This commit is contained in:
Frédéric Péters 2020-06-29 20:10:14 +02:00
parent ff939fc570
commit ce9ba2ef83
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
width: 100%;
}
.full .occupation-bar {
background: #33e;
}
.overbooking .occupation-bar {
background: #e33;
}