Projet

Général

Profil

0001-bring-higher-contrast-to-opening-hours-displayed-bor.patch

Paul Marillonnet, 04 novembre 2022 10:33

Télécharger (781 octets)

Voir les différences:

Subject: [PATCH] bring higher contrast to opening hours displayed border
 (#68406)

 chrono/manager/static/css/style.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
chrono/manager/static/css/style.scss
201 201
		width: 100%;
202 202
	}
203 203
	&.opening-hours {
204
		border-left: 0.5em solid hsl(57, 65%, 85%);
204
		border-left: 0.5em solid hsla(57, 65%, 67%, 1);
205 205
	}
206 206
	&.exception-hours {
207 207
		background:
208
-