Projet

Général

Profil

0001-manager-use-darker-blue-for-the-occupation-bar-of-fu.patch

Frédéric Péters, 29 juin 2020 20:12

Télécharger (720 octets)

Voir les différences:

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(+)
chrono/manager/static/css/style.scss
9 9
	width: 100%;
10 10
}
11 11

  
12
.full .occupation-bar {
13
	background: #33e;
14
}
15

  
12 16
.overbooking .occupation-bar {
13 17
	background: #e33;
14 18
}
15
-